Base64SecretBundleContentDetails

class oci.secrets.models.Base64SecretBundleContentDetails(**kwargs)

Bases: oci.secrets.models.secret_bundle_content_details.SecretBundleContentDetails

The contents of the secret.

Attributes

CONTENT_TYPE_BASE64 str(object=’’) -> str
content Gets the content of this Base64SecretBundleContentDetails.
content_type [Required] Gets the content_type of this SecretBundleContentDetails.

Methods

__init__(**kwargs) Initializes a new Base64SecretBundleContentDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
CONTENT_TYPE_BASE64 = 'BASE64'
__init__(**kwargs)

Initializes a new Base64SecretBundleContentDetails object with values from keyword arguments. The default value of the content_type attribute of this class is BASE64 and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • content_type (str) – The value to assign to the content_type property of this Base64SecretBundleContentDetails. Allowed values for this property are: “BASE64”
  • content (str) – The value to assign to the content property of this Base64SecretBundleContentDetails.
content

Gets the content of this Base64SecretBundleContentDetails. The base64-encoded content of the secret.

Returns:The content of this Base64SecretBundleContentDetails.
Return type:str
content_type

[Required] Gets the content_type of this SecretBundleContentDetails. The formatting type of the secret contents.

Allowed values for this property are: “BASE64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The content_type of this SecretBundleContentDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.