SecretBundleContentDetails

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

Bases: object

The contents of the secret.

Attributes

CONTENT_TYPE_BASE64 A constant which can be used with the content_type property of a SecretBundleContentDetails.
content_type [Required] Gets the content_type of this SecretBundleContentDetails.

Methods

__init__(**kwargs) Initializes a new SecretBundleContentDetails 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'

A constant which can be used with the content_type property of a SecretBundleContentDetails. This constant has a value of “BASE64”

__init__(**kwargs)

Initializes a new SecretBundleContentDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 SecretBundleContentDetails. Allowed values for this property are: “BASE64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
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.