AssignmentProperties interface
Describes the properties of a standardAssignment
Properties
| additional |
Additional data about the assignment |
| assigned |
Component item with key as applied to this standard assignment over the given scope |
| assigned |
Standard item with key as applied to this standard assignment over the given scope |
| description | description of the standardAssignment |
| display |
display name of the standardAssignment |
| effect | expected effect of this assignment (Disable/Exempt/etc) |
| expires |
Expiration date of this assignment as a full ISO date |
| metadata | The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs. |
| scope | Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription |
Property Details
additionalData
Additional data about the assignment
additionalData?: AssignmentPropertiesAdditionalData
Property Value
assignedComponent
Component item with key as applied to this standard assignment over the given scope
assignedComponent?: AssignedComponentItem
Property Value
assignedStandard
Standard item with key as applied to this standard assignment over the given scope
assignedStandard?: AssignedStandardItem
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 (Disable/Exempt/etc)
effect?: string
Property Value
string
expiresOn
Expiration date of this assignment as a full ISO date
expiresOn?: Date
Property Value
Date
metadata
The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
metadata?: any
Property Value
any
scope
Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription
scope?: string
Property Value
string