GroupProperties interface
Properties of group resource.
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. |
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. |
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
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