SecretObject Class

Describes the properties of a secret object value.

Inheritance
SecretObject

Constructor

SecretObject(*, value: Optional[str] = None, type: Optional[Union[str, azure.mgmt.containerregistry.v2019_06_01_preview.models._container_registry_management_client_enums.SecretObjectType]] = None, **kwargs)

Variables

value
str

The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.

type
str or SecretObjectType

The type of the secret object which determines how the value of the secret object has to be interpreted. Possible values include: "Opaque", "Vaultsecret".