GroupIdInformationProperties interface
The properties for a group information object.
Properties
group |
The group id. |
required |
The required members for a specific group id. |
required |
The required DNS zones for a specific group id. |
Property Details
groupId
The group id.
groupId?: string
Property Value
string
requiredMembers
The required members for a specific group id.
requiredMembers?: string[]
Property Value
string[]
requiredZoneNames
The required DNS zones for a specific group id.
requiredZoneNames?: string[]
Property Value
string[]