Package-level declarations

Types

Link copied to clipboard
data class ActivationPropertiesResponse(val status: String)

The activation properties of the connected registry.

Link copied to clipboard
data class ActorResponse(val name: String? = null)

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

Link copied to clipboard
data class AgentPropertiesResponse(val cpu: Int? = null)

The properties that determine the run agent configuration.

Link copied to clipboard
data class ArchivePackageSourcePropertiesResponse(val type: String? = null, val url: String? = null)

The properties of the archive package source.

Link copied to clipboard
data class ArgumentResponse(val isSecret: Boolean? = null, val name: String, val value: String)

The properties of a run argument.

Link copied to clipboard
data class AuthCredentialResponse(val credentialHealth: CredentialHealthResponse, val name: String? = null, val passwordSecretIdentifier: String? = null, val usernameSecretIdentifier: String? = null)

Authentication credential stored for an upstream.

Link copied to clipboard
data class AuthInfoResponse(val expiresIn: Int? = null, val refreshToken: String? = null, val scope: String? = null, val token: String, val tokenType: String)

The authorization properties for accessing the source code repository.

Link copied to clipboard
data class AzureADAuthenticationAsArmPolicyResponse(val status: String? = null)

The policy for using ARM audience token for a container registry.

Link copied to clipboard
data class BaseImageDependencyResponse(val digest: String? = null, val registry: String? = null, val repository: String? = null, val tag: String? = null, val type: String? = null)

Properties that describe a base image dependency.

Link copied to clipboard
data class BaseImageTriggerResponse(val baseImageTriggerType: String, val name: String, val status: String? = null, val updateTriggerEndpoint: String? = null, val updateTriggerPayloadType: String? = null)

The trigger based on base image dependency.

Link copied to clipboard
data class CredentialHealthResponse(val errorCode: String? = null, val errorMessage: String? = null, val status: String? = null)

The health of the auth credential.

Link copied to clipboard
data class CredentialsResponse(val customRegistries: Map<String, CustomRegistryCredentialsResponse>? = null, val sourceRegistry: SourceRegistryCredentialsResponse? = null)

The parameters that describes a set of credentials that will be used when a run is invoked.

Link copied to clipboard
data class CustomRegistryCredentialsResponse(val identity: String? = null, val password: SecretObjectResponse? = null, val userName: SecretObjectResponse? = null)

Describes the credentials that will be used to access a custom registry during a run.

Link copied to clipboard
data class DockerBuildRequestResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val arguments: List<ArgumentResponse>? = null, val credentials: CredentialsResponse? = null, val dockerFilePath: String, val imageNames: List<String>? = null, val isArchiveEnabled: Boolean? = null, val isPushEnabled: Boolean? = null, val logTemplate: String? = null, val noCache: Boolean? = null, val platform: PlatformPropertiesResponse, val sourceLocation: String? = null, val target: String? = null, val timeout: Int? = null, val type: String)

The parameters for a docker quick build.

Link copied to clipboard
data class DockerBuildStepResponse(val arguments: List<ArgumentResponse>? = null, val baseImageDependencies: List<BaseImageDependencyResponse>, val contextAccessToken: String? = null, val contextPath: String? = null, val dockerFilePath: String, val imageNames: List<String>? = null, val isPushEnabled: Boolean? = null, val noCache: Boolean? = null, val target: String? = null, val type: String)

The Docker build step.

Link copied to clipboard
data class EncodedTaskRunRequestResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val credentials: CredentialsResponse? = null, val encodedTaskContent: String, val encodedValuesContent: String? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val platform: PlatformPropertiesResponse, val sourceLocation: String? = null, val timeout: Int? = null, val type: String, val values: List<SetValueResponse>? = null)

The parameters for a quick task run request.

Link copied to clipboard
data class EncodedTaskStepResponse(val baseImageDependencies: List<BaseImageDependencyResponse>, val contextAccessToken: String? = null, val contextPath: String? = null, val encodedTaskContent: String, val encodedValuesContent: String? = null, val type: String, val values: List<SetValueResponse>? = null)

The properties of a encoded task step.

Link copied to clipboard
data class EncryptionPropertyResponse(val keyVaultProperties: KeyVaultPropertiesResponse? = null, val status: String? = null)
Link copied to clipboard
data class EventContentResponse(val action: String? = null, val actor: ActorResponse? = null, val id: String? = null, val request: RequestResponse? = null, val source: SourceResponse? = null, val target: TargetResponse? = null, val timestamp: String? = null)

The content of the event request message.

Link copied to clipboard
data class EventRequestMessageResponse(val content: EventContentResponse? = null, val headers: Map<String, String>? = null, val method: String? = null, val requestUri: String? = null, val version: String? = null)

The event request message sent to the service URI.

Link copied to clipboard
data class EventResponse(val eventRequestMessage: EventRequestMessageResponse? = null, val eventResponseMessage: EventResponseMessageResponse? = null, val id: String? = null)

The event for a webhook.

Link copied to clipboard
data class EventResponseMessageResponse(val content: String? = null, val headers: Map<String, String>? = null, val reasonPhrase: String? = null, val statusCode: String? = null, val version: String? = null)

The event response message received from the service URI.

Link copied to clipboard
data class ExportPipelineTargetPropertiesResponse(val keyVaultUri: String, val type: String? = null, val uri: String? = null)

The properties of the export pipeline target.

Link copied to clipboard
data class ExportPolicyResponse(val status: String? = null)

The export policy for a container registry.

Link copied to clipboard
data class FileTaskRunRequestResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val credentials: CredentialsResponse? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val platform: PlatformPropertiesResponse, val sourceLocation: String? = null, val taskFilePath: String, val timeout: Int? = null, val type: String, val values: List<SetValueResponse>? = null, val valuesFilePath: String? = null)

The request parameters for a scheduling run against a task file.

Link copied to clipboard
data class FileTaskStepResponse(val baseImageDependencies: List<BaseImageDependencyResponse>, val contextAccessToken: String? = null, val contextPath: String? = null, val taskFilePath: String, val type: String, val values: List<SetValueResponse>? = null, val valuesFilePath: String? = null)

The properties of a task step.

Link copied to clipboard
data class GarbageCollectionPropertiesResponse(val enabled: Boolean? = null, val schedule: String? = null)

The garbage collection properties of the connected registry.

Link copied to clipboard
data class GetAgentPoolResult(val azureApiVersion: String, val count: Int? = null, val id: String, val location: String, val name: String, val os: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tier: String? = null, val type: String, val virtualNetworkSubnetResourceId: String? = null)

The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.

Link copied to clipboard
data class GetArchifeResult(val azureApiVersion: String, val id: String, val name: String, val packageSource: ArchivePackageSourcePropertiesResponse? = null, val provisioningState: String, val publishedVersion: String? = null, val repositoryEndpoint: String, val repositoryEndpointPrefix: String? = null, val systemData: SystemDataResponse, val type: String)

An object that represents a archive for a container registry.

Link copied to clipboard
data class GetArchiveVersionResult(val archiveVersionErrorMessage: String? = null, val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents an export pipeline for a container registry.

Link copied to clipboard
data class GetCacheRuleResult(val azureApiVersion: String, val creationDate: String, val credentialSetResourceId: String? = null, val id: String, val name: String, val provisioningState: String, val sourceRepository: String? = null, val systemData: SystemDataResponse, val targetRepository: String? = null, val type: String)

An object that represents a cache rule for a container registry.

Link copied to clipboard
data class GetConnectedRegistryResult(val activation: ActivationPropertiesResponse, val azureApiVersion: String, val clientTokenIds: List<String>? = null, val connectionState: String, val garbageCollection: GarbageCollectionPropertiesResponse? = null, val id: String, val lastActivityTime: String, val logging: LoggingPropertiesResponse? = null, val loginServer: LoginServerPropertiesResponse? = null, val mode: String, val name: String, val notificationsList: List<String>? = null, val parent: ParentPropertiesResponse, val provisioningState: String, val statusDetails: List<StatusDetailPropertiesResponse>, val systemData: SystemDataResponse, val type: String, val version: String)

An object that represents a connected registry for a container registry.

Link copied to clipboard
data class GetCredentialSetResult(val authCredentials: List<AuthCredentialResponse>? = null, val azureApiVersion: String, val creationDate: String, val id: String, val identity: IdentityPropertiesResponse? = null, val loginServer: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a credential set resource for a container registry.

Link copied to clipboard
data class GetExportPipelineResult(val azureApiVersion: String, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val options: List<String>? = null, val provisioningState: String, val systemData: SystemDataResponse, val target: ExportPipelineTargetPropertiesResponse, val type: String)

An object that represents an export pipeline for a container registry.

Link copied to clipboard
data class GetImportPipelineResult(val azureApiVersion: String, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val options: List<String>? = null, val provisioningState: String, val source: ImportPipelineSourcePropertiesResponse, val systemData: SystemDataResponse, val trigger: PipelineTriggerPropertiesResponse? = null, val type: String)

An object that represents an import pipeline for a container registry.

Link copied to clipboard
data class GetPipelineRunResult(val azureApiVersion: String, val forceUpdateTag: String? = null, val id: String, val name: String, val provisioningState: String, val request: PipelineRunRequestResponse? = null, val response: PipelineRunResponseResponse, val systemData: SystemDataResponse, val type: String)

An object that represents a pipeline run for a container registry.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a private endpoint connection for a container registry.

Link copied to clipboard
data class GetRegistryResult(val adminUserEnabled: Boolean? = null, val anonymousPullEnabled: Boolean? = null, val azureApiVersion: String, val creationDate: String, val dataEndpointEnabled: Boolean? = null, val dataEndpointHostNames: List<String>, val encryption: EncryptionPropertyResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String, val loginServer: String, val name: String, val networkRuleBypassOptions: String? = null, val networkRuleSet: NetworkRuleSetResponse? = null, val policies: PoliciesResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancy: String? = null)

An object that represents a container registry.

Link copied to clipboard
data class GetReplicationResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val regionEndpointEnabled: Boolean? = null, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancy: String? = null)

An object that represents a replication for a container registry.

Link copied to clipboard
data class GetScopeMapResult(val actions: List<String>, val azureApiVersion: String, val creationDate: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a scope map for a container registry.

Link copied to clipboard
data class GetTaskResult(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val azureApiVersion: String, val creationDate: String, val credentials: CredentialsResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val isSystemTask: Boolean? = null, val location: String, val logTemplate: String? = null, val name: String, val platform: PlatformPropertiesResponse? = null, val provisioningState: String, val status: String? = null, val step: Any? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeout: Int? = null, val trigger: TriggerPropertiesResponse? = null, val type: String)

The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.

Link copied to clipboard
data class GetTaskRunResult(val azureApiVersion: String, val forceUpdateTag: String? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val runRequest: Any? = null, val runResult: RunResponse, val systemData: SystemDataResponse, val type: String)

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Link copied to clipboard
data class GetTokenResult(val azureApiVersion: String, val creationDate: String, val credentials: TokenCredentialsPropertiesResponse? = null, val id: String, val name: String, val provisioningState: String, val scopeMapId: String? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String)

An object that represents a token for a container registry.

Link copied to clipboard
data class GetWebhookCallbackConfigResult(val customHeaders: Map<String, String>? = null, val serviceUri: String)

The configuration of service URI and custom headers for the webhook.

Link copied to clipboard
data class GetWebhookResult(val actions: List<String>, val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val scope: String? = null, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An object that represents a webhook for a container registry.

Link copied to clipboard
data class IdentityPropertiesResponse(val principalId: String? = null, val tenantId: String? = null, val type: String? = null, val userAssignedIdentities: Map<String, UserIdentityPropertiesResponse>? = null)

Managed identity for the resource.

Link copied to clipboard
data class ImageDescriptorResponse(val digest: String? = null, val registry: String? = null, val repository: String? = null, val tag: String? = null)

Properties for a registry image.

Link copied to clipboard
data class ImageUpdateTriggerResponse(val id: String? = null, val images: List<ImageDescriptorResponse>? = null, val timestamp: String? = null)

The image update trigger that caused a build.

Link copied to clipboard
data class ImportPipelineSourcePropertiesResponse(val keyVaultUri: String, val type: String? = null, val uri: String? = null)

The properties of the import pipeline source.

Link copied to clipboard
data class IPRuleResponse(val action: String? = null, val iPAddressOrRange: String)

IP rule with specific IP or IP range in CIDR format.

Link copied to clipboard
data class KeyVaultPropertiesResponse(val identity: String? = null, val keyIdentifier: String? = null, val keyRotationEnabled: Boolean, val lastKeyRotationTimestamp: String, val versionedKeyIdentifier: String)
Link copied to clipboard
data class ListAgentPoolQueueStatusResult(val count: Int? = null)

The QueueStatus of Agent Pool

Link copied to clipboard
data class ListRegistryBuildSourceUploadUrlResult(val relativePath: String? = null, val uploadUrl: String? = null)

The properties of a response to source upload request.

Link copied to clipboard
data class ListRegistryCredentialsResult(val passwords: List<RegistryPasswordResponse>? = null, val username: String? = null)

The response from the ListCredentials operation.

Link copied to clipboard
data class ListRunLogSasUrlResult(val logArtifactLink: String? = null, val logLink: String? = null)

The result of get log link operation.

Link copied to clipboard
data class ListTaskDetailsResult(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val creationDate: String, val credentials: CredentialsResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val isSystemTask: Boolean? = null, val location: String, val logTemplate: String? = null, val name: String, val platform: PlatformPropertiesResponse? = null, val provisioningState: String, val status: String? = null, val step: Any? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeout: Int? = null, val trigger: TriggerPropertiesResponse? = null, val type: String)

The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.

Link copied to clipboard
data class ListTaskRunDetailsResult(val forceUpdateTag: String? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val runRequest: Any? = null, val runResult: RunResponse, val systemData: SystemDataResponse, val type: String)

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Link copied to clipboard
data class ListWebhookEventsResult(val nextLink: String? = null, val value: List<EventResponse>? = null)

The result of a request to list events for a webhook.

Link copied to clipboard
data class LoggingPropertiesResponse(val auditLogStatus: String? = null, val logLevel: String? = null)

The logging properties of the connected registry.

Link copied to clipboard

The login server properties of the connected registry.

Link copied to clipboard
data class NetworkRuleSetResponse(val defaultAction: String, val ipRules: List<IPRuleResponse>? = null)

The network rule set for a container registry.

Link copied to clipboard
data class OverrideTaskStepPropertiesResponse(val arguments: List<ArgumentResponse>? = null, val contextPath: String? = null, val file: String? = null, val target: String? = null, val updateTriggerToken: String? = null, val values: List<SetValueResponse>? = null)
Link copied to clipboard
data class ParentPropertiesResponse(val id: String? = null, val syncProperties: SyncPropertiesResponse)

The properties of the connected registry parent.

Link copied to clipboard
data class PipelineRunRequestResponse(val artifacts: List<String>? = null, val catalogDigest: String? = null, val pipelineResourceId: String? = null, val source: PipelineRunSourcePropertiesResponse? = null, val target: PipelineRunTargetPropertiesResponse? = null)

The request properties provided for a pipeline run.

Link copied to clipboard
data class PipelineRunResponseResponse(val catalogDigest: String? = null, val finishTime: String? = null, val importedArtifacts: List<String>? = null, val pipelineRunErrorMessage: String? = null, val progress: ProgressPropertiesResponse? = null, val source: ImportPipelineSourcePropertiesResponse? = null, val startTime: String? = null, val status: String? = null, val target: ExportPipelineTargetPropertiesResponse? = null, val trigger: PipelineTriggerDescriptorResponse? = null)

The response properties returned for a pipeline run.

Link copied to clipboard
data class PipelineRunSourcePropertiesResponse(val name: String? = null, val type: String? = null)
Link copied to clipboard
data class PipelineRunTargetPropertiesResponse(val name: String? = null, val type: String? = null)
Link copied to clipboard
data class PipelineSourceTriggerDescriptorResponse(val timestamp: String? = null)
Link copied to clipboard
data class PlatformPropertiesResponse(val architecture: String? = null, val os: String, val variant: String? = null)

The platform properties against which the run has to happen.

Link copied to clipboard
data class PoliciesResponse(val azureADAuthenticationAsArmPolicy: AzureADAuthenticationAsArmPolicyResponse? = null, val exportPolicy: ExportPolicyResponse? = null, val quarantinePolicy: QuarantinePolicyResponse? = null, val retentionPolicy: RetentionPolicyResponse? = null, val softDeletePolicy: SoftDeletePolicyResponse? = null, val trustPolicy: TrustPolicyResponse? = null)

The policies for a container registry.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a private endpoint connection for a container registry.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String? = null)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

The state of a private link service connection.

Link copied to clipboard
data class ProgressPropertiesResponse(val percentage: String? = null)
Link copied to clipboard
data class QuarantinePolicyResponse(val status: String? = null)

The quarantine policy for a container registry.

Link copied to clipboard
data class RegistryPasswordResponse(val name: String? = null, val value: String? = null)

The login password for the container registry.

Link copied to clipboard
data class RequestResponse(val addr: String? = null, val host: String? = null, val id: String? = null, val method: String? = null, val useragent: String? = null)

The request that generated the event.

Link copied to clipboard
data class RetentionPolicyResponse(val days: Int? = null, val lastUpdatedTime: String, val status: String? = null)

The retention policy for a container registry.

Link copied to clipboard
data class RunResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val createTime: String? = null, val customRegistries: List<String>? = null, val finishTime: String? = null, val id: String, val imageUpdateTrigger: ImageUpdateTriggerResponse? = null, val isArchiveEnabled: Boolean? = null, val lastUpdatedTime: String? = null, val logArtifact: ImageDescriptorResponse, val name: String, val outputImages: List<ImageDescriptorResponse>? = null, val platform: PlatformPropertiesResponse? = null, val provisioningState: String? = null, val runErrorMessage: String, val runId: String? = null, val runType: String? = null, val sourceRegistryAuth: String? = null, val sourceTrigger: SourceTriggerDescriptorResponse? = null, val startTime: String? = null, val status: String? = null, val systemData: SystemDataResponse, val task: String? = null, val timerTrigger: TimerTriggerDescriptorResponse? = null, val type: String, val updateTriggerToken: String? = null)

Run resource properties

Link copied to clipboard
data class SecretObjectResponse(val type: String? = null, val value: String? = null)

Describes the properties of a secret object value.

Link copied to clipboard
data class SetValueResponse(val isSecret: Boolean? = null, val name: String, val value: String)

The properties of a overridable value that can be passed to a task template.

Link copied to clipboard
data class SkuResponse(val name: String, val tier: String)

The SKU of a container registry.

Link copied to clipboard
data class SoftDeletePolicyResponse(val lastUpdatedTime: String, val retentionDays: Int? = null, val status: String? = null)

The soft delete policy for a container registry

Link copied to clipboard
data class SourcePropertiesResponse(val branch: String? = null, val repositoryUrl: String, val sourceControlAuthProperties: AuthInfoResponse? = null, val sourceControlType: String)

The properties of the source code repository.

Link copied to clipboard
data class SourceRegistryCredentialsResponse(val loginMode: String? = null)

Describes the credential parameters for accessing the source registry.

Link copied to clipboard
data class SourceResponse(val addr: String? = null, val instanceID: String? = null)

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Link copied to clipboard
data class SourceTriggerDescriptorResponse(val branchName: String? = null, val commitId: String? = null, val eventType: String? = null, val id: String? = null, val providerType: String? = null, val pullRequestId: String? = null, val repositoryUrl: String? = null)

The source trigger that caused a run.

Link copied to clipboard
data class SourceTriggerResponse(val name: String, val sourceRepository: SourcePropertiesResponse, val sourceTriggerEvents: List<String>, val status: String? = null)

The properties of a source based trigger.

Link copied to clipboard
data class StatusDetailPropertiesResponse(val code: String, val correlationId: String, val description: String, val timestamp: String, val type: String)

The status detail properties of the connected registry.

Link copied to clipboard
data class StatusResponse(val displayStatus: String, val message: String, val timestamp: String)

The status of an Azure resource at the time the operation was called.

Link copied to clipboard
data class SyncPropertiesResponse(val gatewayEndpoint: String, val lastSyncTime: String, val messageTtl: String, val schedule: String? = null, val syncWindow: String? = null, val tokenId: String)

The sync properties of the connected registry with its parent.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TargetResponse(val digest: String? = null, val length: Double? = null, val mediaType: String? = null, val name: String? = null, val repository: String? = null, val size: Double? = null, val tag: String? = null, val url: String? = null, val version: String? = null)

The target of the event.

Link copied to clipboard
data class TaskRunRequestResponse(val agentPoolName: String? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val overrideTaskStepProperties: OverrideTaskStepPropertiesResponse? = null, val taskId: String, val type: String)

The parameters for a task run request.

Link copied to clipboard
data class TimerTriggerDescriptorResponse(val scheduleOccurrence: String? = null, val timerTriggerName: String? = null)
Link copied to clipboard
data class TimerTriggerResponse(val name: String, val schedule: String, val status: String? = null)

The properties of a timer trigger.

Link copied to clipboard
data class TlsCertificatePropertiesResponse(val location: String, val type: String)

The TLS certificate properties of the connected registry login server.

Link copied to clipboard
data class TlsPropertiesResponse(val certificate: TlsCertificatePropertiesResponse, val status: String)

The TLS properties of the connected registry login server.

Link copied to clipboard
data class TokenCertificateResponse(val encodedPemCertificate: String? = null, val expiry: String? = null, val name: String? = null, val thumbprint: String? = null)

The properties of a certificate used for authenticating a token.

Link copied to clipboard
data class TokenCredentialsPropertiesResponse(val certificates: List<TokenCertificateResponse>? = null, val passwords: List<TokenPasswordResponse>? = null)

The properties of the credentials that can be used for authenticating the token.

Link copied to clipboard
data class TokenPasswordResponse(val creationTime: String? = null, val expiry: String? = null, val name: String? = null, val value: String)

The password that will be used for authenticating the token of a container registry.

Link copied to clipboard
data class TriggerPropertiesResponse(val baseImageTrigger: BaseImageTriggerResponse? = null, val sourceTriggers: List<SourceTriggerResponse>? = null, val timerTriggers: List<TimerTriggerResponse>? = null)

The properties of a trigger.

Link copied to clipboard
data class TrustPolicyResponse(val status: String? = null, val type: String? = null)

The content trust policy for a container registry.

Link copied to clipboard
data class UserIdentityPropertiesResponse(val clientId: String? = null, val principalId: String? = null)