DevOpsPolicyAssignmentPropertiesResponse

data class DevOpsPolicyAssignmentPropertiesResponse(val assignedAt: String? = null, val descendantBehavior: String? = null, val policy: DevOpsPolicyDescriptorResponse? = null, val provisioningState: String, val provisioningStatusMessage: String, val provisioningStatusUpdateTimeUtc: String, val resourceId: String? = null)

Properties of the DevOps policy assignment resource.

Constructors

Link copied to clipboard
constructor(assignedAt: String? = null, descendantBehavior: String? = null, policy: DevOpsPolicyDescriptorResponse? = null, provisioningState: String, provisioningStatusMessage: String, provisioningStatusUpdateTimeUtc: String, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignedAt: String? = null

Gets or sets time when the assignment was created in UTC.

Link copied to clipboard

The behavior of a policy on descendant resources.

Link copied to clipboard

Condensed information to identify a DevOps Policy resource.

Link copied to clipboard

The provisioning state of the resource. Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

Link copied to clipboard

Gets the resource status message.

Link copied to clipboard

Gets the time when resource was last checked.

Link copied to clipboard
val resourceId: String? = null

Gets or sets the Azure resource id.