UpdateCustomerSecretKeyDetails¶
-
class
oci.identity.models.
UpdateCustomerSecretKeyDetails
(**kwargs)¶ Bases:
object
UpdateCustomerSecretKeyDetails model.
-
__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.
Returns: The display_name of this UpdateCustomerSecretKeyDetails. Return type: str
-