SecretObject Class
Describes the properties of a secret object value.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelSecretObject
Constructor
SecretObject(*, value: str | None = None, type: str | _models.SecretObjectType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
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
|
The type of the secret object which determines how the value of the secret object has to be interpreted. "Opaque" |
Variables
Name | Description |
---|---|
value
|
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
|
The type of the secret object which determines how the value of the secret object has to be interpreted. "Opaque" |
Azure SDK for Python