You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_id (str | None): ID of the group in the source. If this is the same ID as a group in the IdP, a service account in that group will implicitly be a part of this group as well. Can not be used together with 'members'.
37
72
capabilities (list[Capability] | None): List of capabilities (acls) this group should grant its users.
73
+
attributes (GroupAttributes | None): Attributes of the group, this scopes down access based on the attributes specified.
38
74
metadata (dict[str, str] | None): Custom, immutable application specific metadata. String key -> String value. Limits: Key are at most 32 bytes. Values are at most 512 bytes. Up to 16 key-value pairs. Total size is at most 4096.
39
75
members (Literal['allUserAccounts'] | list[str] | None): Specifies which users are members of the group. Can not be used together with 'source_id'.
source_id (str | None): ID of the group in the source. If this is the same ID as a group in the IdP, a service account in that group will implicitly be a part of this group as well. Can not be used together with 'members'.
85
130
capabilities (list[Capability] | None): List of capabilities (acls) this group should grant its users.
131
+
attributes (GroupAttributes | None): Attributes of the group, this scopes down access based on the attributes specified.
source_id (str | None): ID of the group in the source. If this is the same ID as a group in the IdP, a service account in that group will implicitly be a part of this group as well. Can not be used together with 'members'.
186
240
capabilities (list[Capability] | None): List of capabilities (acls) this group should grant its users.
241
+
attributes (GroupAttributes | None): Attributes of the group, this scopes down access based on the attributes specified.
187
242
metadata (dict[str, str] | None): Custom, immutable application specific metadata. String key -> String value. Limits: Key are at most 32 bytes. Values are at most 512 bytes. Up to 16 key-value pairs. Total size is at most 4096.
188
243
members (Literal['allUserAccounts'] | list[str] | None): Specifies which users are members of the group. Can not be used together with 'source_id'.
0 commit comments