Dev Ops Policy Assignment Properties Response
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.
Properties
Link copied to clipboard
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
Gets or sets the Azure resource id.