Class CustomRegistryCredentialsResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerregistry.outputs.CustomRegistryCredentialsResponse
-
public final class CustomRegistryCredentialsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomRegistryCredentialsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomRegistryCredentialsResponse.Builder
builder()
static CustomRegistryCredentialsResponse.Builder
builder(CustomRegistryCredentialsResponse defaults)
java.util.Optional<java.lang.String>
identity()
java.util.Optional<SecretObjectResponse>
password()
java.util.Optional<SecretObjectResponse>
userName()
-
-
-
Method Detail
-
identity
public java.util.Optional<java.lang.String> identity()
- Returns:
- Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be `system`. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.
-
password
public java.util.Optional<SecretObjectResponse> password()
- Returns:
- The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
-
userName
public java.util.Optional<SecretObjectResponse> userName()
- Returns:
- The username for logging into the custom registry.
-
builder
public static CustomRegistryCredentialsResponse.Builder builder()
-
builder
public static CustomRegistryCredentialsResponse.Builder builder(CustomRegistryCredentialsResponse defaults)
-
-