StandardAssignmentProperties interface
Describes the properties of a standardAssignment
Properties
| assigned |
Standard item with key as applied to this standard assignment over the given scope |
| attestation |
Additional data about assignment that has Attest effect |
| description | Description of the standardAssignment |
| display |
Display name of the standardAssignment |
| effect | Expected effect of this assignment (Audit/Exempt/Attest) |
| excluded |
Excluded scopes, filter out the descendants of the scope (on management scopes) |
| exemption |
Additional data about assignment that has Exempt effect |
| expires |
Expiration date of this assignment as a full ISO date |
| metadata | The standard assignment metadata. |
Property Details
assignedStandard
Standard item with key as applied to this standard assignment over the given scope
assignedStandard?: AssignedStandardItem
Property Value
attestationData
Additional data about assignment that has Attest effect
attestationData?: StandardAssignmentPropertiesAttestationData
Property Value
description
Description of the standardAssignment
description?: string
Property Value
string
displayName
Display name of the standardAssignment
displayName?: string
Property Value
string
effect
Expected effect of this assignment (Audit/Exempt/Attest)
effect?: string
Property Value
string
excludedScopes
Excluded scopes, filter out the descendants of the scope (on management scopes)
excludedScopes?: string[]
Property Value
string[]
exemptionData
Additional data about assignment that has Exempt effect
exemptionData?: StandardAssignmentPropertiesExemptionData
Property Value
expiresOn
Expiration date of this assignment as a full ISO date
expiresOn?: Date
Property Value
Date
metadata
The standard assignment metadata.
metadata?: StandardAssignmentMetadata