1. Packages
  2. Azure Native
  3. API Docs
  4. containerregistry
  5. getTask
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.containerregistry.getTask

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get the properties of a specified task. Azure REST API version: 2019-06-01-preview.

    Other available API versions: 2018-09-01, 2019-04-01.

    Using getTask

    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 getTask(args: GetTaskArgs, opts?: InvokeOptions): Promise<GetTaskResult>
    function getTaskOutput(args: GetTaskOutputArgs, opts?: InvokeOptions): Output<GetTaskResult>
    def get_task(registry_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 task_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTaskResult
    def get_task_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[GetTaskResult]
    func LookupTask(ctx *Context, args *LookupTaskArgs, opts ...InvokeOption) (*LookupTaskResult, error)
    func LookupTaskOutput(ctx *Context, args *LookupTaskOutputArgs, opts ...InvokeOption) LookupTaskResultOutput

    > Note: This function is named LookupTask in the Go SDK.

    public static class GetTask 
    {
        public static Task<GetTaskResult> InvokeAsync(GetTaskArgs args, InvokeOptions? opts = null)
        public static Output<GetTaskResult> Invoke(GetTaskInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTaskResult> getTask(GetTaskArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerregistry:getTask
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    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.
    ResourceGroupName string
    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.
    resourceGroupName String
    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.
    resourceGroupName string
    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_name str
    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.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    taskName String
    The name of the container registry task.

    getTask 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.AzureNative.ContainerRegistry.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    AgentConfiguration Pulumi.AzureNative.ContainerRegistry.Outputs.AgentPropertiesResponse
    The machine configuration of the run agent.
    AgentPoolName string
    The dedicated agent pool for the task.
    Credentials Pulumi.AzureNative.ContainerRegistry.Outputs.CredentialsResponse
    The properties that describes a set of credentials that will be used when this run is invoked.
    Identity Pulumi.AzureNative.ContainerRegistry.Outputs.IdentityPropertiesResponse
    Identity for the resource.
    IsSystemTask bool
    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.AzureNative.ContainerRegistry.Outputs.PlatformPropertiesResponse
    The platform properties against which the run has to happen.
    Status string
    The current status of task.
    Step Pulumi.AzureNative.ContainerRegistry.Outputs.DockerBuildStepResponse | Pulumi.AzureNative.ContainerRegistry.Outputs.EncodedTaskStepResponse | Pulumi.AzureNative.ContainerRegistry.Outputs.FileTaskStepResponse
    The properties of a task step.
    Tags Dictionary<string, string>
    The tags of the resource.
    Timeout int
    Run timeout in seconds.
    Trigger Pulumi.AzureNative.ContainerRegistry.Outputs.TriggerPropertiesResponse
    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 SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The type of the resource.
    AgentConfiguration AgentPropertiesResponse
    The machine configuration of the run agent.
    AgentPoolName string
    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 IdentityPropertiesResponse
    Identity for the resource.
    IsSystemTask bool
    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 PlatformPropertiesResponse
    The platform properties against which the run has to happen.
    Status string
    The current status of task.
    Step DockerBuildStepResponse | EncodedTaskStepResponse | FileTaskStepResponse
    The properties of a task step.
    Tags map[string]string
    The tags of the resource.
    Timeout int
    Run timeout in seconds.
    Trigger TriggerPropertiesResponse
    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 SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The type of the resource.
    agentConfiguration AgentPropertiesResponse
    The machine configuration of the run agent.
    agentPoolName String
    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 IdentityPropertiesResponse
    Identity for the resource.
    isSystemTask Boolean
    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 PlatformPropertiesResponse
    The platform properties against which the run has to happen.
    status String
    The current status of task.
    step DockerBuildStepResponse | EncodedTaskStepResponse | FileTaskStepResponse
    The properties of a task step.
    tags Map<String,String>
    The tags of the resource.
    timeout Integer
    Run timeout in seconds.
    trigger TriggerPropertiesResponse
    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 SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The type of the resource.
    agentConfiguration AgentPropertiesResponse
    The machine configuration of the run agent.
    agentPoolName string
    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 IdentityPropertiesResponse
    Identity for the resource.
    isSystemTask boolean
    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 PlatformPropertiesResponse
    The platform properties against which the run has to happen.
    status string
    The current status of task.
    step DockerBuildStepResponse | EncodedTaskStepResponse | FileTaskStepResponse
    The properties of a task step.
    tags {[key: string]: string}
    The tags of the resource.
    timeout number
    Run timeout in seconds.
    trigger TriggerPropertiesResponse
    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 SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The type of the resource.
    agent_configuration AgentPropertiesResponse
    The machine configuration of the run agent.
    agent_pool_name str
    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 IdentityPropertiesResponse
    Identity for the resource.
    is_system_task bool
    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 PlatformPropertiesResponse
    The platform properties against which the run has to happen.
    status str
    The current status of task.
    step DockerBuildStepResponse | EncodedTaskStepResponse | FileTaskStepResponse
    The properties of a task step.
    tags Mapping[str, str]
    The tags of the resource.
    timeout int
    Run timeout in seconds.
    trigger TriggerPropertiesResponse
    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.
    agentPoolName String
    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.
    isSystemTask Boolean
    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.
    tags 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

    Name string
    The name of the argument.
    Value string
    The value of the argument.
    IsSecret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    Name string
    The name of the argument.
    Value string
    The value of the argument.
    IsSecret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name String
    The name of the argument.
    value String
    The value of the argument.
    isSecret Boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name string
    The name of the argument.
    value string
    The value of the argument.
    isSecret boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name str
    The name of the argument.
    value str
    The value of the argument.
    is_secret bool
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.
    name String
    The name of the argument.
    value String
    The value of the argument.
    isSecret Boolean
    Flag to indicate whether the argument represents a secret and want to be removed from build logs.

    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

    BaseImageTriggerType string
    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.
    UpdateTriggerEndpoint string
    The endpoint URL for receiving update triggers.
    UpdateTriggerPayloadType string
    Type of Payload body for Base image update triggers.
    BaseImageTriggerType string
    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.
    UpdateTriggerEndpoint string
    The endpoint URL for receiving update triggers.
    UpdateTriggerPayloadType string
    Type of Payload body for Base image update triggers.
    baseImageTriggerType String
    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.
    updateTriggerEndpoint String
    The endpoint URL for receiving update triggers.
    updateTriggerPayloadType String
    Type of Payload body for Base image update triggers.
    baseImageTriggerType string
    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.
    updateTriggerEndpoint string
    The endpoint URL for receiving update triggers.
    updateTriggerPayloadType string
    Type of Payload body for Base image update triggers.
    base_image_trigger_type str
    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_endpoint str
    The endpoint URL for receiving update triggers.
    update_trigger_payload_type str
    Type of Payload body for Base image update triggers.
    baseImageTriggerType String
    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.
    updateTriggerEndpoint String
    The endpoint URL for receiving update triggers.
    updateTriggerPayloadType String
    Type of Payload body for Base image update triggers.

    CredentialsResponse

    CustomRegistries Dictionary<string, Pulumi.AzureNative.ContainerRegistry.Inputs.CustomRegistryCredentialsResponse>
    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.AzureNative.ContainerRegistry.Inputs.SourceRegistryCredentialsResponse
    Describes the credential parameters for accessing the source registry.
    CustomRegistries map[string]CustomRegistryCredentialsResponse
    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 SourceRegistryCredentialsResponse
    Describes the credential parameters for accessing the source registry.
    customRegistries Map<String,CustomRegistryCredentialsResponse>
    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 SourceRegistryCredentialsResponse
    Describes the credential parameters for accessing the source registry.
    customRegistries {[key: string]: CustomRegistryCredentialsResponse}
    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 SourceRegistryCredentialsResponse
    Describes the credential parameters for accessing the source registry.
    custom_registries Mapping[str, CustomRegistryCredentialsResponse]
    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 SourceRegistryCredentialsResponse
    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.AzureNative.ContainerRegistry.Inputs.SecretObjectResponse
    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.AzureNative.ContainerRegistry.Inputs.SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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 SecretObjectResponse
    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

    BaseImageDependencies List<Pulumi.AzureNative.ContainerRegistry.Inputs.BaseImageDependencyResponse>
    List of base image dependencies for a step.
    DockerFilePath string
    The Docker file path relative to the source context.
    Arguments List<Pulumi.AzureNative.ContainerRegistry.Inputs.ArgumentResponse>
    The collection of override arguments to be used when executing this build step.
    ContextAccessToken string
    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.
    IsPushEnabled bool
    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.
    BaseImageDependencies []BaseImageDependencyResponse
    List of base image dependencies for a step.
    DockerFilePath string
    The Docker file path relative to the source context.
    Arguments []ArgumentResponse
    The collection of override arguments to be used when executing this build step.
    ContextAccessToken string
    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.
    IsPushEnabled bool
    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.
    baseImageDependencies List<BaseImageDependencyResponse>
    List of base image dependencies for a step.
    dockerFilePath String
    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.
    contextAccessToken String
    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.
    isPushEnabled Boolean
    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.
    baseImageDependencies BaseImageDependencyResponse[]
    List of base image dependencies for a step.
    dockerFilePath string
    The Docker file path relative to the source context.
    arguments ArgumentResponse[]
    The collection of override arguments to be used when executing this build step.
    contextAccessToken string
    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.
    isPushEnabled boolean
    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_dependencies Sequence[BaseImageDependencyResponse]
    List of base image dependencies for a step.
    docker_file_path str
    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_token str
    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_enabled bool
    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.
    baseImageDependencies List<Property Map>
    List of base image dependencies for a step.
    dockerFilePath String
    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.
    contextAccessToken String
    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.
    isPushEnabled Boolean
    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

    BaseImageDependencies List<Pulumi.AzureNative.ContainerRegistry.Inputs.BaseImageDependencyResponse>
    List of base image dependencies for a step.
    EncodedTaskContent string
    Base64 encoded value of the template/definition file content.
    ContextAccessToken string
    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.
    EncodedValuesContent string
    Base64 encoded value of the parameters/values file content.
    Values List<Pulumi.AzureNative.ContainerRegistry.Inputs.SetValueResponse>
    The collection of overridable values that can be passed when running a task.
    BaseImageDependencies []BaseImageDependencyResponse
    List of base image dependencies for a step.
    EncodedTaskContent string
    Base64 encoded value of the template/definition file content.
    ContextAccessToken string
    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.
    EncodedValuesContent string
    Base64 encoded value of the parameters/values file content.
    Values []SetValueResponse
    The collection of overridable values that can be passed when running a task.
    baseImageDependencies List<BaseImageDependencyResponse>
    List of base image dependencies for a step.
    encodedTaskContent String
    Base64 encoded value of the template/definition file content.
    contextAccessToken String
    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.
    encodedValuesContent String
    Base64 encoded value of the parameters/values file content.
    values List<SetValueResponse>
    The collection of overridable values that can be passed when running a task.
    baseImageDependencies BaseImageDependencyResponse[]
    List of base image dependencies for a step.
    encodedTaskContent string
    Base64 encoded value of the template/definition file content.
    contextAccessToken string
    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.
    encodedValuesContent string
    Base64 encoded value of the parameters/values file content.
    values SetValueResponse[]
    The collection of overridable values that can be passed when running a task.
    base_image_dependencies Sequence[BaseImageDependencyResponse]
    List of base image dependencies for a step.
    encoded_task_content str
    Base64 encoded value of the template/definition file content.
    context_access_token str
    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_content str
    Base64 encoded value of the parameters/values file content.
    values Sequence[SetValueResponse]
    The collection of overridable values that can be passed when running a task.
    baseImageDependencies List<Property Map>
    List of base image dependencies for a step.
    encodedTaskContent String
    Base64 encoded value of the template/definition file content.
    contextAccessToken String
    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.
    encodedValuesContent String
    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

    BaseImageDependencies List<Pulumi.AzureNative.ContainerRegistry.Inputs.BaseImageDependencyResponse>
    List of base image dependencies for a step.
    TaskFilePath string
    The task template/definition file path relative to the source context.
    ContextAccessToken string
    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.AzureNative.ContainerRegistry.Inputs.SetValueResponse>
    The collection of overridable values that can be passed when running a task.
    ValuesFilePath string
    The task values/parameters file path relative to the source context.
    BaseImageDependencies []BaseImageDependencyResponse
    List of base image dependencies for a step.
    TaskFilePath string
    The task template/definition file path relative to the source context.
    ContextAccessToken string
    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 []SetValueResponse
    The collection of overridable values that can be passed when running a task.
    ValuesFilePath string
    The task values/parameters file path relative to the source context.
    baseImageDependencies List<BaseImageDependencyResponse>
    List of base image dependencies for a step.
    taskFilePath String
    The task template/definition file path relative to the source context.
    contextAccessToken String
    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<SetValueResponse>
    The collection of overridable values that can be passed when running a task.
    valuesFilePath String
    The task values/parameters file path relative to the source context.
    baseImageDependencies BaseImageDependencyResponse[]
    List of base image dependencies for a step.
    taskFilePath string
    The task template/definition file path relative to the source context.
    contextAccessToken string
    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 SetValueResponse[]
    The collection of overridable values that can be passed when running a task.
    valuesFilePath string
    The task values/parameters file path relative to the source context.
    base_image_dependencies Sequence[BaseImageDependencyResponse]
    List of base image dependencies for a step.
    task_file_path str
    The task template/definition file path relative to the source context.
    context_access_token str
    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[SetValueResponse]
    The collection of overridable values that can be passed when running a task.
    values_file_path str
    The task values/parameters file path relative to the source context.
    baseImageDependencies List<Property Map>
    List of base image dependencies for a step.
    taskFilePath String
    The task template/definition file path relative to the source context.
    contextAccessToken String
    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.
    valuesFilePath String
    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.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ContainerRegistry.Inputs.UserIdentityPropertiesResponse>
    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.
    UserAssignedIdentities map[string]UserIdentityPropertiesResponse
    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.
    userAssignedIdentities Map<String,UserIdentityPropertiesResponse>
    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.
    userAssignedIdentities {[key: string]: UserIdentityPropertiesResponse}
    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_identities Mapping[str, UserIdentityPropertiesResponse]
    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.
    userAssignedIdentities Map<Property Map>
    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

    Name string
    The name of the overridable value.
    Value string
    The overridable value.
    IsSecret bool
    Flag to indicate whether the value represents a secret or not.
    Name string
    The name of the overridable value.
    Value string
    The overridable value.
    IsSecret bool
    Flag to indicate whether the value represents a secret or not.
    name String
    The name of the overridable value.
    value String
    The overridable value.
    isSecret Boolean
    Flag to indicate whether the value represents a secret or not.
    name string
    The name of the overridable value.
    value string
    The overridable value.
    isSecret boolean
    Flag to indicate whether the value represents a secret or not.
    name str
    The name of the overridable value.
    value str
    The overridable value.
    is_secret bool
    Flag to indicate whether the value represents a secret or not.
    name String
    The name of the overridable value.
    value String
    The overridable value.
    isSecret Boolean
    Flag to indicate whether the value represents a secret or not.

    SourcePropertiesResponse

    RepositoryUrl string
    The full URL to the source code repository
    SourceControlType string
    The type of source control service.
    Branch string
    The branch name of the source code.
    SourceControlAuthProperties Pulumi.AzureNative.ContainerRegistry.Inputs.AuthInfoResponse
    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
    SourceControlType string
    The type of source control service.
    Branch string
    The branch name of the source code.
    SourceControlAuthProperties AuthInfoResponse
    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
    sourceControlType String
    The type of source control service.
    branch String
    The branch name of the source code.
    sourceControlAuthProperties AuthInfoResponse
    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
    sourceControlType string
    The type of source control service.
    branch string
    The branch name of the source code.
    sourceControlAuthProperties AuthInfoResponse
    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_type str
    The type of source control service.
    branch str
    The branch name of the source code.
    source_control_auth_properties AuthInfoResponse
    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
    sourceControlType String
    The type of source control service.
    branch String
    The branch name of the source code.
    sourceControlAuthProperties Property Map
    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.AzureNative.ContainerRegistry.Inputs.SourcePropertiesResponse
    The properties that describes the source(code) for the task.
    SourceTriggerEvents List<string>
    The source event corresponding to the trigger.
    Status string
    The current status of trigger.
    Name string
    The name of the trigger.
    SourceRepository SourcePropertiesResponse
    The properties that describes the source(code) for the task.
    SourceTriggerEvents []string
    The source event corresponding to the trigger.
    Status string
    The current status of trigger.
    name String
    The name of the trigger.
    sourceRepository SourcePropertiesResponse
    The properties that describes the source(code) for the task.
    sourceTriggerEvents List<String>
    The source event corresponding to the trigger.
    status String
    The current status of trigger.
    name string
    The name of the trigger.
    sourceRepository SourcePropertiesResponse
    The properties that describes the source(code) for the task.
    sourceTriggerEvents string[]
    The source event corresponding to the trigger.
    status string
    The current status of trigger.
    name str
    The name of the trigger.
    source_repository SourcePropertiesResponse
    The properties that describes the source(code) for the task.
    source_trigger_events Sequence[str]
    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.
    sourceTriggerEvents List<String>
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource modification (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource modification (UTC).
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource modification (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource modification (UTC).
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource modification (UTC).
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource modification (UTC).
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TimerTriggerResponse

    Name string
    The name of the trigger.
    Schedule string
    The CRON expression for the task schedule
    Status string
    The current status of trigger.
    Name string
    The name of the trigger.
    Schedule string
    The CRON expression for the task schedule
    Status string
    The current status of trigger.
    name String
    The name of the trigger.
    schedule String
    The CRON expression for the task schedule
    status String
    The current status of trigger.
    name string
    The name of the trigger.
    schedule string
    The CRON expression for the task schedule
    status string
    The current status of trigger.
    name str
    The name of the trigger.
    schedule str
    The CRON expression for the task schedule
    status str
    The current status of trigger.
    name String
    The name of the trigger.
    schedule String
    The CRON expression for the task schedule
    status String
    The current status of trigger.

    TriggerPropertiesResponse

    BaseImageTrigger BaseImageTriggerResponse
    The trigger based on base image dependencies.
    SourceTriggers []SourceTriggerResponse
    The collection of triggers based on source code repository.
    TimerTriggers []TimerTriggerResponse
    The collection of timer triggers.
    baseImageTrigger BaseImageTriggerResponse
    The trigger based on base image dependencies.
    sourceTriggers List<SourceTriggerResponse>
    The collection of triggers based on source code repository.
    timerTriggers List<TimerTriggerResponse>
    The collection of timer triggers.
    baseImageTrigger BaseImageTriggerResponse
    The trigger based on base image dependencies.
    sourceTriggers SourceTriggerResponse[]
    The collection of triggers based on source code repository.
    timerTriggers TimerTriggerResponse[]
    The collection of timer triggers.
    base_image_trigger BaseImageTriggerResponse
    The trigger based on base image dependencies.
    source_triggers Sequence[SourceTriggerResponse]
    The collection of triggers based on source code repository.
    timer_triggers Sequence[TimerTriggerResponse]
    The collection of timer triggers.
    baseImageTrigger Property Map
    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
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi