CreateApiKeyDetails¶
-
class
oci.identity.models.
CreateApiKeyDetails
(**kwargs)¶ Bases:
object
CreateApiKeyDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateApiKeyDetails object with values from keyword arguments. Attributes
key
[Required] Gets the key of this CreateApiKeyDetails. -
__init__
(**kwargs)¶ Initializes a new CreateApiKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: key (str) – The value to assign to the key property of this CreateApiKeyDetails.
-
key
¶ [Required] Gets the key of this CreateApiKeyDetails. The public key. Must be an RSA key in PEM format.
Returns: The key of this CreateApiKeyDetails. Return type: str
-