GroupConnectivityInformation interface
model interface GroupConnectivityInformation
Properties
| group |
The group id. |
| redirect |
The redirect map id. |
| required |
List of required members for the group id. |
| required |
List of required zone names for the group id. |
Property Details
groupId
The group id.
groupId: string
Property Value
string
redirectMapId
The redirect map id.
redirectMapId?: string
Property Value
string
requiredMembers
List of required members for the group id.
requiredMembers: string[]
Property Value
string[]
requiredZoneNames
List of required zone names for the group id.
requiredZoneNames: string[]
Property Value
string[]