CreateCustomerSecretKeyDetails¶
-
class
oci.identity.models.
CreateCustomerSecretKeyDetails
(**kwargs)¶ Bases:
object
CreateCustomerSecretKeyDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateCustomerSecretKeyDetails object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this CreateCustomerSecretKeyDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCustomerSecretKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: display_name (str) – The value to assign to the display_name property of this CreateCustomerSecretKeyDetails.
-
display_name
¶ [Required] Gets the display_name of this CreateCustomerSecretKeyDetails. The name you assign to the secret key during creation. Does not have to be unique, and it’s changeable.
Returns: The display_name of this CreateCustomerSecretKeyDetails. Return type: str
-