UpdateCustomerSecretKeyDetails¶
-
class
oci.identity.models.
UpdateCustomerSecretKeyDetails
(**kwargs)¶ Bases:
object
UpdateCustomerSecretKeyDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateCustomerSecretKeyDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdateCustomerSecretKeyDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateCustomerSecretKeyDetails 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 UpdateCustomerSecretKeyDetails.
-
display_name
¶ Gets the display_name of this UpdateCustomerSecretKeyDetails. The description you assign to the secret key. Does not have to be unique, and it’s changeable.
(For tenancies that support identity domains) You can have an empty description.
Returns: The display_name of this UpdateCustomerSecretKeyDetails. Return type: str
-