Class SecretObject
java.lang.Object
com.azure.resourcemanager.containerregistry.models.SecretObject
Describes the properties of a secret object value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()Get the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.voidvalidate()Validates the instance.value()Get the value property: The value of the secret.withType(SecretObjectType type) Set the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.Set the value property: The value of the secret.
-
Constructor Details
-
SecretObject
public SecretObject()Creates an instance of SecretObject class.
-
-
Method Details
-
value
Get the value property: 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.- Returns:
- the value value.
-
withValue
Set the value property: 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.- Parameters:
value- the value value to set.- Returns:
- the SecretObject object itself.
-
type
Get the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.- Returns:
- the type value.
-
withType
Set the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.- Parameters:
type- the type value to set.- Returns:
- the SecretObject object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-