GroupProperties interface
Properties of group resource.
- Extends
Properties
| are |
If the assessments are in running state. NOTE: This property will not be serialized. It can only be populated by the server. |
| assessments | List of References to Assessments created on this group. NOTE: This property will not be serialized. It can only be populated by the server. |
| created |
Time when this group was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
| group |
Whether the group has been created and is valid. NOTE: This property will not be serialized. It can only be populated by the server. |
| group |
The type of group. |
| machine |
Number of machines part of this group. NOTE: This property will not be serialized. It can only be populated by the server. |
| supported |
List of assessment types supported on this group. |
| updated |
Time when this group was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| provisioning |
The status of the last operation. |
Property Details
areAssessmentsRunning
If the assessments are in running state. NOTE: This property will not be serialized. It can only be populated by the server.
areAssessmentsRunning?: boolean
Property Value
boolean
assessments
List of References to Assessments created on this group. NOTE: This property will not be serialized. It can only be populated by the server.
assessments?: string[]
Property Value
string[]
createdTimestamp
Time when this group was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
createdTimestamp?: Date
Property Value
Date
groupStatus
Whether the group has been created and is valid. NOTE: This property will not be serialized. It can only be populated by the server.
groupStatus?: string
Property Value
string
groupType
The type of group.
groupType?: string
Property Value
string
machineCount
Number of machines part of this group. NOTE: This property will not be serialized. It can only be populated by the server.
machineCount?: number
Property Value
number
supportedAssessmentTypes
List of assessment types supported on this group.
supportedAssessmentTypes?: string[]
Property Value
string[]
updatedTimestamp
Time when this group was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
updatedTimestamp?: Date
Property Value
Date
Inherited Property Details
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
Inherited From AzureResourceProperties.provisioningState