This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.containerregistry.getCredentialSet
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets the properties of the specified credential set resource.
Uses Azure REST API version 2023-01-01-preview.
Other available API versions: 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2024-11-01-preview.
Using getCredentialSet
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCredentialSet(args: GetCredentialSetArgs, opts?: InvokeOptions): Promise<GetCredentialSetResult>
function getCredentialSetOutput(args: GetCredentialSetOutputArgs, opts?: InvokeOptions): Output<GetCredentialSetResult>def get_credential_set(credential_set_name: Optional[str] = None,
                       registry_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCredentialSetResult
def get_credential_set_output(credential_set_name: Optional[pulumi.Input[str]] = None,
                       registry_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCredentialSetResult]func LookupCredentialSet(ctx *Context, args *LookupCredentialSetArgs, opts ...InvokeOption) (*LookupCredentialSetResult, error)
func LookupCredentialSetOutput(ctx *Context, args *LookupCredentialSetOutputArgs, opts ...InvokeOption) LookupCredentialSetResultOutput> Note: This function is named LookupCredentialSet in the Go SDK.
public static class GetCredentialSet 
{
    public static Task<GetCredentialSetResult> InvokeAsync(GetCredentialSetArgs args, InvokeOptions? opts = null)
    public static Output<GetCredentialSetResult> Invoke(GetCredentialSetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCredentialSetResult> getCredentialSet(GetCredentialSetArgs args, InvokeOptions options)
public static Output<GetCredentialSetResult> getCredentialSet(GetCredentialSetArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:containerregistry:getCredentialSet
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CredentialSet stringName 
- The name of the credential set.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- CredentialSet stringName 
- The name of the credential set.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- credentialSet StringName 
- The name of the credential set.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- credentialSet stringName 
- The name of the credential set.
- registryName string
- The name of the container registry.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- credential_set_ strname 
- The name of the credential set.
- registry_name str
- The name of the container registry.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- credentialSet StringName 
- The name of the credential set.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getCredentialSet Result
The following output properties are available:
- CreationDate string
- The creation date of credential store resource.
- Id string
- The resource ID.
- Name string
- The name of the resource.
- ProvisioningState string
- Provisioning state of the resource.
- SystemData Pulumi.Azure Native. Container Registry. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- AuthCredentials List<Pulumi.Azure Native. Container Registry. Outputs. Auth Credential Response> 
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- Identity
Pulumi.Azure Native. Container Registry. Outputs. Identity Properties Response 
- Identities associated with the resource. This is used to access the KeyVault secrets.
- LoginServer string
- The credentials are stored for this upstream or login server.
- CreationDate string
- The creation date of credential store resource.
- Id string
- The resource ID.
- Name string
- The name of the resource.
- ProvisioningState string
- Provisioning state of the resource.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- AuthCredentials []AuthCredential Response 
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- Identity
IdentityProperties Response 
- Identities associated with the resource. This is used to access the KeyVault secrets.
- LoginServer string
- The credentials are stored for this upstream or login server.
- creationDate String
- The creation date of credential store resource.
- id String
- The resource ID.
- name String
- The name of the resource.
- provisioningState String
- Provisioning state of the resource.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- authCredentials List<AuthCredential Response> 
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- identity
IdentityProperties Response 
- Identities associated with the resource. This is used to access the KeyVault secrets.
- loginServer String
- The credentials are stored for this upstream or login server.
- creationDate string
- The creation date of credential store resource.
- id string
- The resource ID.
- name string
- The name of the resource.
- provisioningState string
- Provisioning state of the resource.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- authCredentials AuthCredential Response[] 
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- identity
IdentityProperties Response 
- Identities associated with the resource. This is used to access the KeyVault secrets.
- loginServer string
- The credentials are stored for this upstream or login server.
- creation_date str
- The creation date of credential store resource.
- id str
- The resource ID.
- name str
- The name of the resource.
- provisioning_state str
- Provisioning state of the resource.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- auth_credentials Sequence[AuthCredential Response] 
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- identity
IdentityProperties Response 
- Identities associated with the resource. This is used to access the KeyVault secrets.
- login_server str
- The credentials are stored for this upstream or login server.
- creationDate String
- The creation date of credential store resource.
- id String
- The resource ID.
- name String
- The name of the resource.
- provisioningState String
- Provisioning state of the resource.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- authCredentials List<Property Map>
- List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
- identity Property Map
- Identities associated with the resource. This is used to access the KeyVault secrets.
- loginServer String
- The credentials are stored for this upstream or login server.
Supporting Types
AuthCredentialResponse  
- CredentialHealth Pulumi.Azure Native. Container Registry. Inputs. Credential Health Response 
- This provides data pertaining to the health of the auth credential.
- Name string
- The name of the credential.
- PasswordSecret stringIdentifier 
- KeyVault Secret URI for accessing the password.
- UsernameSecret stringIdentifier 
- KeyVault Secret URI for accessing the username.
- CredentialHealth CredentialHealth Response 
- This provides data pertaining to the health of the auth credential.
- Name string
- The name of the credential.
- PasswordSecret stringIdentifier 
- KeyVault Secret URI for accessing the password.
- UsernameSecret stringIdentifier 
- KeyVault Secret URI for accessing the username.
- credentialHealth CredentialHealth Response 
- This provides data pertaining to the health of the auth credential.
- name String
- The name of the credential.
- passwordSecret StringIdentifier 
- KeyVault Secret URI for accessing the password.
- usernameSecret StringIdentifier 
- KeyVault Secret URI for accessing the username.
- credentialHealth CredentialHealth Response 
- This provides data pertaining to the health of the auth credential.
- name string
- The name of the credential.
- passwordSecret stringIdentifier 
- KeyVault Secret URI for accessing the password.
- usernameSecret stringIdentifier 
- KeyVault Secret URI for accessing the username.
- credential_health CredentialHealth Response 
- This provides data pertaining to the health of the auth credential.
- name str
- The name of the credential.
- password_secret_ stridentifier 
- KeyVault Secret URI for accessing the password.
- username_secret_ stridentifier 
- KeyVault Secret URI for accessing the username.
- credentialHealth Property Map
- This provides data pertaining to the health of the auth credential.
- name String
- The name of the credential.
- passwordSecret StringIdentifier 
- KeyVault Secret URI for accessing the password.
- usernameSecret StringIdentifier 
- KeyVault Secret URI for accessing the username.
CredentialHealthResponse  
- ErrorCode string
- Error code representing the health check error.
- ErrorMessage string
- Descriptive message representing the health check error.
- Status string
- The health status of credential.
- ErrorCode string
- Error code representing the health check error.
- ErrorMessage string
- Descriptive message representing the health check error.
- Status string
- The health status of credential.
- errorCode String
- Error code representing the health check error.
- errorMessage String
- Descriptive message representing the health check error.
- status String
- The health status of credential.
- errorCode string
- Error code representing the health check error.
- errorMessage string
- Descriptive message representing the health check error.
- status string
- The health status of credential.
- error_code str
- Error code representing the health check error.
- error_message str
- Descriptive message representing the health check error.
- status str
- The health status of credential.
- errorCode String
- Error code representing the health check error.
- errorMessage String
- Descriptive message representing the health check error.
- status String
- The health status of credential.
IdentityPropertiesResponse  
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The identity type.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Container Registry. Inputs. User Identity Properties Response> 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The identity type.
- UserAssigned map[string]UserIdentities Identity Properties Response 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The identity type.
- userAssigned Map<String,UserIdentities Identity Properties Response> 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId string
- The principal ID of resource identity.
- tenantId string
- The tenant ID of resource.
- type string
- The identity type.
- userAssigned {[key: string]: UserIdentities Identity Properties Response} 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal_id str
- The principal ID of resource identity.
- tenant_id str
- The tenant ID of resource.
- type str
- The identity type.
- user_assigned_ Mapping[str, Useridentities Identity Properties Response] 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The identity type.
- userAssigned Map<Property Map>Identities 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserIdentityPropertiesResponse   
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
- clientId string
- The client id of user assigned identity.
- principalId string
- The principal id of user assigned identity.
- client_id str
- The client id of user assigned identity.
- principal_id str
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi