This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.containerregistry.listTaskDetails
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Returns a task with extended information that includes all secrets. Azure REST API version: 2019-06-01-preview.
Other available API versions: 2018-09-01, 2019-04-01.
Using listTaskDetails
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 listTaskDetails(args: ListTaskDetailsArgs, opts?: InvokeOptions): Promise<ListTaskDetailsResult>
function listTaskDetailsOutput(args: ListTaskDetailsOutputArgs, opts?: InvokeOptions): Output<ListTaskDetailsResult>def list_task_details(registry_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      task_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> ListTaskDetailsResult
def list_task_details_output(registry_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      task_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[ListTaskDetailsResult]func ListTaskDetails(ctx *Context, args *ListTaskDetailsArgs, opts ...InvokeOption) (*ListTaskDetailsResult, error)
func ListTaskDetailsOutput(ctx *Context, args *ListTaskDetailsOutputArgs, opts ...InvokeOption) ListTaskDetailsResultOutput> Note: This function is named ListTaskDetails in the Go SDK.
public static class ListTaskDetails 
{
    public static Task<ListTaskDetailsResult> InvokeAsync(ListTaskDetailsArgs args, InvokeOptions? opts = null)
    public static Output<ListTaskDetailsResult> Invoke(ListTaskDetailsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListTaskDetailsResult> listTaskDetails(ListTaskDetailsArgs args, InvokeOptions options)
public static Output<ListTaskDetailsResult> listTaskDetails(ListTaskDetailsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:containerregistry:listTaskDetails
  arguments:
    # arguments dictionaryThe following arguments are supported:
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- TaskName string
- The name of the container registry task.
- RegistryName string
- The name of the container registry.
- ResourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- TaskName string
- The name of the container registry task.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group to which the container registry belongs.
- taskName String
- The name of the container registry task.
- registryName string
- The name of the container registry.
- resourceGroup stringName 
- The name of the resource group to which the container registry belongs.
- taskName string
- The name of the container registry task.
- registry_name str
- The name of the container registry.
- resource_group_ strname 
- The name of the resource group to which the container registry belongs.
- task_name str
- The name of the container registry task.
- registryName String
- The name of the container registry.
- resourceGroup StringName 
- The name of the resource group to which the container registry belongs.
- taskName String
- The name of the container registry task.
listTaskDetails Result
The following output properties are available:
- CreationDate string
- The creation date of task.
- Id string
- The resource ID.
- Location string
- The location of the resource. This cannot be changed after the resource is created.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning state of the task.
- 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.
- AgentConfiguration Pulumi.Azure Native. Container Registry. Outputs. Agent Properties Response 
- The machine configuration of the run agent.
- AgentPool stringName 
- The dedicated agent pool for the task.
- Credentials
Pulumi.Azure Native. Container Registry. Outputs. Credentials Response 
- The properties that describes a set of credentials that will be used when this run is invoked.
- Identity
Pulumi.Azure Native. Container Registry. Outputs. Identity Properties Response 
- Identity for the resource.
- IsSystem boolTask 
- The value of this property indicates whether the task resource is system task or not.
- LogTemplate string
- The template that describes the repository and tag information for run log artifact.
- Platform
Pulumi.Azure Native. Container Registry. Outputs. Platform Properties Response 
- The platform properties against which the run has to happen.
- Status string
- The current status of task.
- Step
Pulumi.Azure | Pulumi.Native. Container Registry. Outputs. Docker Build Step Response Azure | Pulumi.Native. Container Registry. Outputs. Encoded Task Step Response Azure Native. Container Registry. Outputs. File Task Step Response 
- The properties of a task step.
- Dictionary<string, string>
- The tags of the resource.
- Timeout int
- Run timeout in seconds.
- Trigger
Pulumi.Azure Native. Container Registry. Outputs. Trigger Properties Response 
- The properties that describe all triggers for the task.
- CreationDate string
- The creation date of task.
- Id string
- The resource ID.
- Location string
- The location of the resource. This cannot be changed after the resource is created.
- Name string
- The name of the resource.
- ProvisioningState string
- The provisioning state of the task.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- AgentConfiguration AgentProperties Response 
- The machine configuration of the run agent.
- AgentPool stringName 
- The dedicated agent pool for the task.
- Credentials
CredentialsResponse 
- The properties that describes a set of credentials that will be used when this run is invoked.
- Identity
IdentityProperties Response 
- Identity for the resource.
- IsSystem boolTask 
- The value of this property indicates whether the task resource is system task or not.
- LogTemplate string
- The template that describes the repository and tag information for run log artifact.
- Platform
PlatformProperties Response 
- The platform properties against which the run has to happen.
- Status string
- The current status of task.
- Step
DockerBuild | EncodedStep Response Task | FileStep Response Task Step Response 
- The properties of a task step.
- map[string]string
- The tags of the resource.
- Timeout int
- Run timeout in seconds.
- Trigger
TriggerProperties Response 
- The properties that describe all triggers for the task.
- creationDate String
- The creation date of task.
- id String
- The resource ID.
- location String
- The location of the resource. This cannot be changed after the resource is created.
- name String
- The name of the resource.
- provisioningState String
- The provisioning state of the task.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- agentConfiguration AgentProperties Response 
- The machine configuration of the run agent.
- agentPool StringName 
- The dedicated agent pool for the task.
- credentials
CredentialsResponse 
- The properties that describes a set of credentials that will be used when this run is invoked.
- identity
IdentityProperties Response 
- Identity for the resource.
- isSystem BooleanTask 
- The value of this property indicates whether the task resource is system task or not.
- logTemplate String
- The template that describes the repository and tag information for run log artifact.
- platform
PlatformProperties Response 
- The platform properties against which the run has to happen.
- status String
- The current status of task.
- step
DockerBuild | EncodedStep Response Task | FileStep Response Task Step Response 
- The properties of a task step.
- Map<String,String>
- The tags of the resource.
- timeout Integer
- Run timeout in seconds.
- trigger
TriggerProperties Response 
- The properties that describe all triggers for the task.
- creationDate string
- The creation date of task.
- id string
- The resource ID.
- location string
- The location of the resource. This cannot be changed after the resource is created.
- name string
- The name of the resource.
- provisioningState string
- The provisioning state of the task.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- agentConfiguration AgentProperties Response 
- The machine configuration of the run agent.
- agentPool stringName 
- The dedicated agent pool for the task.
- credentials
CredentialsResponse 
- The properties that describes a set of credentials that will be used when this run is invoked.
- identity
IdentityProperties Response 
- Identity for the resource.
- isSystem booleanTask 
- The value of this property indicates whether the task resource is system task or not.
- logTemplate string
- The template that describes the repository and tag information for run log artifact.
- platform
PlatformProperties Response 
- The platform properties against which the run has to happen.
- status string
- The current status of task.
- step
DockerBuild | EncodedStep Response Task | FileStep Response Task Step Response 
- The properties of a task step.
- {[key: string]: string}
- The tags of the resource.
- timeout number
- Run timeout in seconds.
- trigger
TriggerProperties Response 
- The properties that describe all triggers for the task.
- creation_date str
- The creation date of task.
- id str
- The resource ID.
- location str
- The location of the resource. This cannot be changed after the resource is created.
- name str
- The name of the resource.
- provisioning_state str
- The provisioning state of the task.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- agent_configuration AgentProperties Response 
- The machine configuration of the run agent.
- agent_pool_ strname 
- The dedicated agent pool for the task.
- credentials
CredentialsResponse 
- The properties that describes a set of credentials that will be used when this run is invoked.
- identity
IdentityProperties Response 
- Identity for the resource.
- is_system_ booltask 
- The value of this property indicates whether the task resource is system task or not.
- log_template str
- The template that describes the repository and tag information for run log artifact.
- platform
PlatformProperties Response 
- The platform properties against which the run has to happen.
- status str
- The current status of task.
- step
DockerBuild | EncodedStep Response Task | FileStep Response Task Step Response 
- The properties of a task step.
- Mapping[str, str]
- The tags of the resource.
- timeout int
- Run timeout in seconds.
- trigger
TriggerProperties Response 
- The properties that describe all triggers for the task.
- creationDate String
- The creation date of task.
- id String
- The resource ID.
- location String
- The location of the resource. This cannot be changed after the resource is created.
- name String
- The name of the resource.
- provisioningState String
- The provisioning state of the task.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- agentConfiguration Property Map
- The machine configuration of the run agent.
- agentPool StringName 
- The dedicated agent pool for the task.
- credentials Property Map
- The properties that describes a set of credentials that will be used when this run is invoked.
- identity Property Map
- Identity for the resource.
- isSystem BooleanTask 
- The value of this property indicates whether the task resource is system task or not.
- logTemplate String
- The template that describes the repository and tag information for run log artifact.
- platform Property Map
- The platform properties against which the run has to happen.
- status String
- The current status of task.
- step Property Map | Property Map | Property Map
- The properties of a task step.
- Map<String>
- The tags of the resource.
- timeout Number
- Run timeout in seconds.
- trigger Property Map
- The properties that describe all triggers for the task.
Supporting Types
AgentPropertiesResponse  
- Cpu int
- The CPU configuration in terms of number of cores required for the run.
- Cpu int
- The CPU configuration in terms of number of cores required for the run.
- cpu Integer
- The CPU configuration in terms of number of cores required for the run.
- cpu number
- The CPU configuration in terms of number of cores required for the run.
- cpu int
- The CPU configuration in terms of number of cores required for the run.
- cpu Number
- The CPU configuration in terms of number of cores required for the run.
ArgumentResponse 
AuthInfoResponse  
- Token string
- The access token used to access the source control provider.
- TokenType string
- The type of Auth token.
- ExpiresIn int
- Time in seconds that the token remains valid
- RefreshToken string
- The refresh token used to refresh the access token.
- Scope string
- The scope of the access token.
- Token string
- The access token used to access the source control provider.
- TokenType string
- The type of Auth token.
- ExpiresIn int
- Time in seconds that the token remains valid
- RefreshToken string
- The refresh token used to refresh the access token.
- Scope string
- The scope of the access token.
- token String
- The access token used to access the source control provider.
- tokenType String
- The type of Auth token.
- expiresIn Integer
- Time in seconds that the token remains valid
- refreshToken String
- The refresh token used to refresh the access token.
- scope String
- The scope of the access token.
- token string
- The access token used to access the source control provider.
- tokenType string
- The type of Auth token.
- expiresIn number
- Time in seconds that the token remains valid
- refreshToken string
- The refresh token used to refresh the access token.
- scope string
- The scope of the access token.
- token str
- The access token used to access the source control provider.
- token_type str
- The type of Auth token.
- expires_in int
- Time in seconds that the token remains valid
- refresh_token str
- The refresh token used to refresh the access token.
- scope str
- The scope of the access token.
- token String
- The access token used to access the source control provider.
- tokenType String
- The type of Auth token.
- expiresIn Number
- Time in seconds that the token remains valid
- refreshToken String
- The refresh token used to refresh the access token.
- scope String
- The scope of the access token.
BaseImageDependencyResponse   
- Digest string
- The sha256-based digest of the image manifest.
- Registry string
- The registry login server.
- Repository string
- The repository name.
- Tag string
- The tag name.
- Type string
- The type of the base image dependency.
- Digest string
- The sha256-based digest of the image manifest.
- Registry string
- The registry login server.
- Repository string
- The repository name.
- Tag string
- The tag name.
- Type string
- The type of the base image dependency.
- digest String
- The sha256-based digest of the image manifest.
- registry String
- The registry login server.
- repository String
- The repository name.
- tag String
- The tag name.
- type String
- The type of the base image dependency.
- digest string
- The sha256-based digest of the image manifest.
- registry string
- The registry login server.
- repository string
- The repository name.
- tag string
- The tag name.
- type string
- The type of the base image dependency.
- digest str
- The sha256-based digest of the image manifest.
- registry str
- The registry login server.
- repository str
- The repository name.
- tag str
- The tag name.
- type str
- The type of the base image dependency.
- digest String
- The sha256-based digest of the image manifest.
- registry String
- The registry login server.
- repository String
- The repository name.
- tag String
- The tag name.
- type String
- The type of the base image dependency.
BaseImageTriggerResponse   
- BaseImage stringTrigger Type 
- The type of the auto trigger for base image dependency updates.
- Name string
- The name of the trigger.
- Status string
- The current status of trigger.
- UpdateTrigger stringEndpoint 
- The endpoint URL for receiving update triggers.
- UpdateTrigger stringPayload Type 
- Type of Payload body for Base image update triggers.
- BaseImage stringTrigger Type 
- The type of the auto trigger for base image dependency updates.
- Name string
- The name of the trigger.
- Status string
- The current status of trigger.
- UpdateTrigger stringEndpoint 
- The endpoint URL for receiving update triggers.
- UpdateTrigger stringPayload Type 
- Type of Payload body for Base image update triggers.
- baseImage StringTrigger Type 
- The type of the auto trigger for base image dependency updates.
- name String
- The name of the trigger.
- status String
- The current status of trigger.
- updateTrigger StringEndpoint 
- The endpoint URL for receiving update triggers.
- updateTrigger StringPayload Type 
- Type of Payload body for Base image update triggers.
- baseImage stringTrigger Type 
- The type of the auto trigger for base image dependency updates.
- name string
- The name of the trigger.
- status string
- The current status of trigger.
- updateTrigger stringEndpoint 
- The endpoint URL for receiving update triggers.
- updateTrigger stringPayload Type 
- Type of Payload body for Base image update triggers.
- base_image_ strtrigger_ type 
- The type of the auto trigger for base image dependency updates.
- name str
- The name of the trigger.
- status str
- The current status of trigger.
- update_trigger_ strendpoint 
- The endpoint URL for receiving update triggers.
- update_trigger_ strpayload_ type 
- Type of Payload body for Base image update triggers.
- baseImage StringTrigger Type 
- The type of the auto trigger for base image dependency updates.
- name String
- The name of the trigger.
- status String
- The current status of trigger.
- updateTrigger StringEndpoint 
- The endpoint URL for receiving update triggers.
- updateTrigger StringPayload Type 
- Type of Payload body for Base image update triggers.
CredentialsResponse 
- CustomRegistries Dictionary<string, Pulumi.Azure Native. Container Registry. Inputs. Custom Registry Credentials Response> 
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- SourceRegistry Pulumi.Azure Native. Container Registry. Inputs. Source Registry Credentials Response 
- Describes the credential parameters for accessing the source registry.
- CustomRegistries map[string]CustomRegistry Credentials Response 
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- SourceRegistry SourceRegistry Credentials Response 
- Describes the credential parameters for accessing the source registry.
- customRegistries Map<String,CustomRegistry Credentials Response> 
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- sourceRegistry SourceRegistry Credentials Response 
- Describes the credential parameters for accessing the source registry.
- customRegistries {[key: string]: CustomRegistry Credentials Response} 
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- sourceRegistry SourceRegistry Credentials Response 
- Describes the credential parameters for accessing the source registry.
- custom_registries Mapping[str, CustomRegistry Credentials Response] 
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- source_registry SourceRegistry Credentials Response 
- Describes the credential parameters for accessing the source registry.
- customRegistries Map<Property Map>
- Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.
- sourceRegistry Property Map
- Describes the credential parameters for accessing the source registry.
CustomRegistryCredentialsResponse   
- Identity string
- 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
Pulumi.Azure Native. Container Registry. Inputs. Secret Object Response 
- 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 Pulumi.Azure Native. Container Registry. Inputs. Secret Object Response 
- The username for logging into the custom registry.
- Identity string
- 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
SecretObject Response 
- 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 SecretObject Response 
- The username for logging into the custom registry.
- identity String
- 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
SecretObject Response 
- 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 SecretObject Response 
- The username for logging into the custom registry.
- identity string
- 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
SecretObject Response 
- 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 SecretObject Response 
- The username for logging into the custom registry.
- identity str
- 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
SecretObject Response 
- The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it.
- user_name SecretObject Response 
- The username for logging into the custom registry.
- identity String
- 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 Property Map
- 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 Property Map
- The username for logging into the custom registry.
DockerBuildStepResponse   
- BaseImage List<Pulumi.Dependencies Azure Native. Container Registry. Inputs. Base Image Dependency Response> 
- List of base image dependencies for a step.
- DockerFile stringPath 
- The Docker file path relative to the source context.
- Arguments
List<Pulumi.Azure Native. Container Registry. Inputs. Argument Response> 
- The collection of override arguments to be used when executing this build step.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- ImageNames List<string>
- The fully qualified image names including the repository and tag.
- IsPush boolEnabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- NoCache bool
- The value of this property indicates whether the image cache is enabled or not.
- Target string
- The name of the target build stage for the docker build.
- BaseImage []BaseDependencies Image Dependency Response 
- List of base image dependencies for a step.
- DockerFile stringPath 
- The Docker file path relative to the source context.
- Arguments
[]ArgumentResponse 
- The collection of override arguments to be used when executing this build step.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- ImageNames []string
- The fully qualified image names including the repository and tag.
- IsPush boolEnabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- NoCache bool
- The value of this property indicates whether the image cache is enabled or not.
- Target string
- The name of the target build stage for the docker build.
- baseImage List<BaseDependencies Image Dependency Response> 
- List of base image dependencies for a step.
- dockerFile StringPath 
- The Docker file path relative to the source context.
- arguments
List<ArgumentResponse> 
- The collection of override arguments to be used when executing this build step.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- imageNames List<String>
- The fully qualified image names including the repository and tag.
- isPush BooleanEnabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- noCache Boolean
- The value of this property indicates whether the image cache is enabled or not.
- target String
- The name of the target build stage for the docker build.
- baseImage BaseDependencies Image Dependency Response[] 
- List of base image dependencies for a step.
- dockerFile stringPath 
- The Docker file path relative to the source context.
- arguments
ArgumentResponse[] 
- The collection of override arguments to be used when executing this build step.
- contextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath string
- The URL(absolute or relative) of the source context for the task step.
- imageNames string[]
- The fully qualified image names including the repository and tag.
- isPush booleanEnabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- noCache boolean
- The value of this property indicates whether the image cache is enabled or not.
- target string
- The name of the target build stage for the docker build.
- base_image_ Sequence[Basedependencies Image Dependency Response] 
- List of base image dependencies for a step.
- docker_file_ strpath 
- The Docker file path relative to the source context.
- arguments
Sequence[ArgumentResponse] 
- The collection of override arguments to be used when executing this build step.
- context_access_ strtoken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- context_path str
- The URL(absolute or relative) of the source context for the task step.
- image_names Sequence[str]
- The fully qualified image names including the repository and tag.
- is_push_ boolenabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- no_cache bool
- The value of this property indicates whether the image cache is enabled or not.
- target str
- The name of the target build stage for the docker build.
- baseImage List<Property Map>Dependencies 
- List of base image dependencies for a step.
- dockerFile StringPath 
- The Docker file path relative to the source context.
- arguments List<Property Map>
- The collection of override arguments to be used when executing this build step.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- imageNames List<String>
- The fully qualified image names including the repository and tag.
- isPush BooleanEnabled 
- The value of this property indicates whether the image built should be pushed to the registry or not.
- noCache Boolean
- The value of this property indicates whether the image cache is enabled or not.
- target String
- The name of the target build stage for the docker build.
EncodedTaskStepResponse   
- BaseImage List<Pulumi.Dependencies Azure Native. Container Registry. Inputs. Base Image Dependency Response> 
- List of base image dependencies for a step.
- EncodedTask stringContent 
- Base64 encoded value of the template/definition file content.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- EncodedValues stringContent 
- Base64 encoded value of the parameters/values file content.
- Values
List<Pulumi.Azure Native. Container Registry. Inputs. Set Value Response> 
- The collection of overridable values that can be passed when running a task.
- BaseImage []BaseDependencies Image Dependency Response 
- List of base image dependencies for a step.
- EncodedTask stringContent 
- Base64 encoded value of the template/definition file content.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- EncodedValues stringContent 
- Base64 encoded value of the parameters/values file content.
- Values
[]SetValue Response 
- The collection of overridable values that can be passed when running a task.
- baseImage List<BaseDependencies Image Dependency Response> 
- List of base image dependencies for a step.
- encodedTask StringContent 
- Base64 encoded value of the template/definition file content.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- encodedValues StringContent 
- Base64 encoded value of the parameters/values file content.
- values
List<SetValue Response> 
- The collection of overridable values that can be passed when running a task.
- baseImage BaseDependencies Image Dependency Response[] 
- List of base image dependencies for a step.
- encodedTask stringContent 
- Base64 encoded value of the template/definition file content.
- contextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath string
- The URL(absolute or relative) of the source context for the task step.
- encodedValues stringContent 
- Base64 encoded value of the parameters/values file content.
- values
SetValue Response[] 
- The collection of overridable values that can be passed when running a task.
- base_image_ Sequence[Basedependencies Image Dependency Response] 
- List of base image dependencies for a step.
- encoded_task_ strcontent 
- Base64 encoded value of the template/definition file content.
- context_access_ strtoken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- context_path str
- The URL(absolute or relative) of the source context for the task step.
- encoded_values_ strcontent 
- Base64 encoded value of the parameters/values file content.
- values
Sequence[SetValue Response] 
- The collection of overridable values that can be passed when running a task.
- baseImage List<Property Map>Dependencies 
- List of base image dependencies for a step.
- encodedTask StringContent 
- Base64 encoded value of the template/definition file content.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- encodedValues StringContent 
- Base64 encoded value of the parameters/values file content.
- values List<Property Map>
- The collection of overridable values that can be passed when running a task.
FileTaskStepResponse   
- BaseImage List<Pulumi.Dependencies Azure Native. Container Registry. Inputs. Base Image Dependency Response> 
- List of base image dependencies for a step.
- TaskFile stringPath 
- The task template/definition file path relative to the source context.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- Values
List<Pulumi.Azure Native. Container Registry. Inputs. Set Value Response> 
- The collection of overridable values that can be passed when running a task.
- ValuesFile stringPath 
- The task values/parameters file path relative to the source context.
- BaseImage []BaseDependencies Image Dependency Response 
- List of base image dependencies for a step.
- TaskFile stringPath 
- The task template/definition file path relative to the source context.
- ContextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- ContextPath string
- The URL(absolute or relative) of the source context for the task step.
- Values
[]SetValue Response 
- The collection of overridable values that can be passed when running a task.
- ValuesFile stringPath 
- The task values/parameters file path relative to the source context.
- baseImage List<BaseDependencies Image Dependency Response> 
- List of base image dependencies for a step.
- taskFile StringPath 
- The task template/definition file path relative to the source context.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- values
List<SetValue Response> 
- The collection of overridable values that can be passed when running a task.
- valuesFile StringPath 
- The task values/parameters file path relative to the source context.
- baseImage BaseDependencies Image Dependency Response[] 
- List of base image dependencies for a step.
- taskFile stringPath 
- The task template/definition file path relative to the source context.
- contextAccess stringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath string
- The URL(absolute or relative) of the source context for the task step.
- values
SetValue Response[] 
- The collection of overridable values that can be passed when running a task.
- valuesFile stringPath 
- The task values/parameters file path relative to the source context.
- base_image_ Sequence[Basedependencies Image Dependency Response] 
- List of base image dependencies for a step.
- task_file_ strpath 
- The task template/definition file path relative to the source context.
- context_access_ strtoken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- context_path str
- The URL(absolute or relative) of the source context for the task step.
- values
Sequence[SetValue Response] 
- The collection of overridable values that can be passed when running a task.
- values_file_ strpath 
- The task values/parameters file path relative to the source context.
- baseImage List<Property Map>Dependencies 
- List of base image dependencies for a step.
- taskFile StringPath 
- The task template/definition file path relative to the source context.
- contextAccess StringToken 
- The token (git PAT or SAS token of storage account blob) associated with the context for a step.
- contextPath String
- The URL(absolute or relative) of the source context for the task step.
- values List<Property Map>
- The collection of overridable values that can be passed when running a task.
- valuesFile StringPath 
- The task values/parameters file path relative to the source context.
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}'.
PlatformPropertiesResponse  
- Os string
- The operating system type required for the run.
- Architecture string
- The OS architecture.
- Variant string
- Variant of the CPU.
- Os string
- The operating system type required for the run.
- Architecture string
- The OS architecture.
- Variant string
- Variant of the CPU.
- os String
- The operating system type required for the run.
- architecture String
- The OS architecture.
- variant String
- Variant of the CPU.
- os string
- The operating system type required for the run.
- architecture string
- The OS architecture.
- variant string
- Variant of the CPU.
- os str
- The operating system type required for the run.
- architecture str
- The OS architecture.
- variant str
- Variant of the CPU.
- os String
- The operating system type required for the run.
- architecture String
- The OS architecture.
- variant String
- Variant of the CPU.
SecretObjectResponse  
- Type string
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- Value string
- 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 string
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- Value string
- 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 String
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- value String
- 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 string
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- value string
- 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 str
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- value str
- 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 String
- The type of the secret object which determines how the value of the secret object has to be interpreted.
- value String
- 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.
SetValueResponse  
SourcePropertiesResponse  
- RepositoryUrl string
- The full URL to the source code repository
- SourceControl stringType 
- The type of source control service.
- Branch string
- The branch name of the source code.
- SourceControl Pulumi.Auth Properties Azure Native. Container Registry. Inputs. Auth Info Response 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
- RepositoryUrl string
- The full URL to the source code repository
- SourceControl stringType 
- The type of source control service.
- Branch string
- The branch name of the source code.
- SourceControl AuthAuth Properties Info Response 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
- repositoryUrl String
- The full URL to the source code repository
- sourceControl StringType 
- The type of source control service.
- branch String
- The branch name of the source code.
- sourceControl AuthAuth Properties Info Response 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
- repositoryUrl string
- The full URL to the source code repository
- sourceControl stringType 
- The type of source control service.
- branch string
- The branch name of the source code.
- sourceControl AuthAuth Properties Info Response 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
- repository_url str
- The full URL to the source code repository
- source_control_ strtype 
- The type of source control service.
- branch str
- The branch name of the source code.
- source_control_ Authauth_ properties Info Response 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
- repositoryUrl String
- The full URL to the source code repository
- sourceControl StringType 
- The type of source control service.
- branch String
- The branch name of the source code.
- sourceControl Property MapAuth Properties 
- The authorization properties for accessing the source code repository and to set up webhooks for notifications.
SourceRegistryCredentialsResponse   
- LoginMode string
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
- LoginMode string
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
- loginMode String
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
- loginMode string
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
- login_mode str
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
- loginMode String
- The authentication mode which determines the source registry login scope. The credentials for the source registry will be generated using the given scope. These credentials will be used to login to the source registry during the run.
SourceTriggerResponse  
- Name string
- The name of the trigger.
- SourceRepository Pulumi.Azure Native. Container Registry. Inputs. Source Properties Response 
- The properties that describes the source(code) for the task.
- SourceTrigger List<string>Events 
- The source event corresponding to the trigger.
- Status string
- The current status of trigger.
- Name string
- The name of the trigger.
- SourceRepository SourceProperties Response 
- The properties that describes the source(code) for the task.
- SourceTrigger []stringEvents 
- The source event corresponding to the trigger.
- Status string
- The current status of trigger.
- name String
- The name of the trigger.
- sourceRepository SourceProperties Response 
- The properties that describes the source(code) for the task.
- sourceTrigger List<String>Events 
- The source event corresponding to the trigger.
- status String
- The current status of trigger.
- name string
- The name of the trigger.
- sourceRepository SourceProperties Response 
- The properties that describes the source(code) for the task.
- sourceTrigger string[]Events 
- The source event corresponding to the trigger.
- status string
- The current status of trigger.
- name str
- The name of the trigger.
- source_repository SourceProperties Response 
- The properties that describes the source(code) for the task.
- source_trigger_ Sequence[str]events 
- The source event corresponding to the trigger.
- status str
- The current status of trigger.
- name String
- The name of the trigger.
- sourceRepository Property Map
- The properties that describes the source(code) for the task.
- sourceTrigger List<String>Events 
- The source event corresponding to the trigger.
- status String
- The current status of trigger.
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.
TimerTriggerResponse  
TriggerPropertiesResponse  
- BaseImage Pulumi.Trigger Azure Native. Container Registry. Inputs. Base Image Trigger Response 
- The trigger based on base image dependencies.
- SourceTriggers List<Pulumi.Azure Native. Container Registry. Inputs. Source Trigger Response> 
- The collection of triggers based on source code repository.
- TimerTriggers List<Pulumi.Azure Native. Container Registry. Inputs. Timer Trigger Response> 
- The collection of timer triggers.
- BaseImage BaseTrigger Image Trigger Response 
- The trigger based on base image dependencies.
- SourceTriggers []SourceTrigger Response 
- The collection of triggers based on source code repository.
- TimerTriggers []TimerTrigger Response 
- The collection of timer triggers.
- baseImage BaseTrigger Image Trigger Response 
- The trigger based on base image dependencies.
- sourceTriggers List<SourceTrigger Response> 
- The collection of triggers based on source code repository.
- timerTriggers List<TimerTrigger Response> 
- The collection of timer triggers.
- baseImage BaseTrigger Image Trigger Response 
- The trigger based on base image dependencies.
- sourceTriggers SourceTrigger Response[] 
- The collection of triggers based on source code repository.
- timerTriggers TimerTrigger Response[] 
- The collection of timer triggers.
- base_image_ Basetrigger Image Trigger Response 
- The trigger based on base image dependencies.
- source_triggers Sequence[SourceTrigger Response] 
- The collection of triggers based on source code repository.
- timer_triggers Sequence[TimerTrigger Response] 
- The collection of timer triggers.
- baseImage Property MapTrigger 
- The trigger based on base image dependencies.
- sourceTriggers List<Property Map>
- The collection of triggers based on source code repository.
- timerTriggers List<Property Map>
- The collection of timer triggers.
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi