Parameter | Description |
---|---|
Group Name | The unique name assigned to the group. It can be retrieved using the List Groups action, formatted as: groups/{group_id} . |
Parameter | Description |
---|---|
Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"name": string,
"groupKey": {
"id": string,
"namespace": string
},
"additionalGroupKeys": [
{
"id": string,
"namespace": string
}
],
"parent": string,
"displayName": string,
"description": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
string: string
},
"dynamicGroupMetadata": {},
"posixGroups": [
{
"name": string,
"gid": string,
"systemId": string
}
]
}
Was this page helpful?