Skip to content

Commit

Permalink
fix(cloudidentity): update the API
Browse files Browse the repository at this point in the history
#### cloudidentity:v1beta1
The following keys were changed:
- resources.groups.resources.memberships.methods.checkTransitiveMembership.description
- resources.groups.resources.memberships.methods.getMembershipGraph.description
- resources.groups.resources.memberships.methods.searchTransitiveGroups.description
- resources.groups.resources.memberships.methods.searchTransitiveMemberships.description
  • Loading branch information
yoshi-automation authored and sofisl committed Nov 6, 2020
1 parent 5995488 commit fb961aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
"memberships": {
"methods": {
"checkTransitiveMembership": {
"description": "Check a potential member for membership in a group. A member has membership to a group as long as there is a single viewable transitive membership between the group and the member. The actor must have view permissions to at least one transitive membership between the member and group.",
"description": "Check a potential member for membership in a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A member has membership to a group as long as there is a single viewable transitive membership between the group and the member. The actor must have view permissions to at least one transitive membership between the member and group.",
"flatPath": "v1beta1/groups/{groupsId}/memberships:checkTransitiveMembership",
"httpMethod": "GET",
"id": "cloudidentity.groups.memberships.checkTransitiveMembership",
Expand Down Expand Up @@ -987,7 +987,7 @@
]
},
"getMembershipGraph": {
"description": "Get a membership graph of just a member or both a member and a group. Given a member, the response will contain all membership paths from the member. Given both a group and a member, the response will contain all membership paths between the group and the member.",
"description": "Get a membership graph of just a member or both a member and a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. Given a member, the response will contain all membership paths from the member. Given both a group and a member, the response will contain all membership paths between the group and the member.",
"flatPath": "v1beta1/groups/{groupsId}/memberships:getMembershipGraph",
"httpMethod": "GET",
"id": "cloudidentity.groups.memberships.getMembershipGraph",
Expand Down Expand Up @@ -1136,7 +1136,7 @@
]
},
"searchTransitiveGroups": {
"description": "Search transitive groups of a member. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
"description": "Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
"flatPath": "v1beta1/groups/{groupsId}/memberships:searchTransitiveGroups",
"httpMethod": "GET",
"id": "cloudidentity.groups.memberships.searchTransitiveGroups",
Expand Down Expand Up @@ -1179,7 +1179,7 @@
]
},
"searchTransitiveMemberships": {
"description": "Search transitive memberships of a group. A transitive membership is any direct or indirect membership of a group. Actor must have view permissions to all transitive memberships.",
"description": "Search transitive memberships of a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive membership is any direct or indirect membership of a group. Actor must have view permissions to all transitive memberships.",
"flatPath": "v1beta1/groups/{groupsId}/memberships:searchTransitiveMemberships",
"httpMethod": "GET",
"id": "cloudidentity.groups.memberships.searchTransitiveMemberships",
Expand Down Expand Up @@ -1221,7 +1221,7 @@
}
}
},
"revision": "20201013",
"revision": "20201103",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AndroidAttributes": {
Expand Down
8 changes: 4 additions & 4 deletions src/apis/cloudidentity/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,7 @@ export namespace cloudidentity_v1beta1 {
}

/**
* Check a potential member for membership in a group. A member has membership to a group as long as there is a single viewable transitive membership between the group and the member. The actor must have view permissions to at least one transitive membership between the member and group.
* Check a potential member for membership in a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A member has membership to a group as long as there is a single viewable transitive membership between the group and the member. The actor must have view permissions to at least one transitive membership between the member and group.
* @example
* ```js
* // Before running the sample:
Expand Down Expand Up @@ -5481,7 +5481,7 @@ export namespace cloudidentity_v1beta1 {
}

/**
* Get a membership graph of just a member or both a member and a group. Given a member, the response will contain all membership paths from the member. Given both a group and a member, the response will contain all membership paths between the group and the member.
* Get a membership graph of just a member or both a member and a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. Given a member, the response will contain all membership paths from the member. Given both a group and a member, the response will contain all membership paths between the group and the member.
* @example
* ```js
* // Before running the sample:
Expand Down Expand Up @@ -6065,7 +6065,7 @@ export namespace cloudidentity_v1beta1 {
}

/**
* Search transitive groups of a member. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.
* Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.
* @example
* ```js
* // Before running the sample:
Expand Down Expand Up @@ -6214,7 +6214,7 @@ export namespace cloudidentity_v1beta1 {
}

/**
* Search transitive memberships of a group. A transitive membership is any direct or indirect membership of a group. Actor must have view permissions to all transitive memberships.
* Search transitive memberships of a group. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive membership is any direct or indirect membership of a group. Actor must have view permissions to all transitive memberships.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit fb961aa

Please sign in to comment.