Class SecretObjectResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerregistry.outputs.SecretObjectResponse
-
public final class SecretObjectResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecretObjectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecretObjectResponse.Builder
builder()
static SecretObjectResponse.Builder
builder(SecretObjectResponse defaults)
java.util.Optional<java.lang.String>
type()
java.util.Optional<java.lang.String>
value()
-
-
-
Method Detail
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- The type of the secret object which determines how the value of the secret object has to be interpreted.
-
value
public java.util.Optional<java.lang.String> value()
- Returns:
- 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.
-
builder
public static SecretObjectResponse.Builder builder()
-
builder
public static SecretObjectResponse.Builder builder(SecretObjectResponse defaults)
-
-