Namespace: UserGroupSpec
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { access?: $Shape | null ; cloudGroup?: $Shape | null ; displayName?: string | null ; googleGroup?: $Shape | null ; scimGroup?: $Shape | null } & { cloudGroup?: null ; googleGroup?: null ; groupType?: undefined ; scimGroup?: null } | { cloudGroup?: null ; googleGroup: $Shape ; groupType?: "googleGroup" ; scimGroup?: null } | { cloudGroup?: null ; googleGroup?: null ; groupType?: "scimGroup" ; scimGroup: $Shape } | { cloudGroup: $Shape ; googleGroup?: null ; groupType?: "cloudGroup" ; scimGroup?: null }
Narrowed shape of a UserGroupSpec.