Skip to content

Commit

Permalink
feat(cloudidentity): update the api
Browse files Browse the repository at this point in the history
#### cloudidentity:v1beta1

The following keys were deleted:
- schemas.FirstAdminInvitationInfo (Total Keys: 4)
- schemas.SendUserInvitationRequest.properties.firstAdminInvitationInfo.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 31, 2022
1 parent 355e7c6 commit 9443852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
4 changes: 0 additions & 4 deletions docs/dyn/cloudidentity_v1beta1.customers.userinvitations.html
Expand Up @@ -238,10 +238,6 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A request to send email for inviting target user corresponding to the UserInvitation.
&quot;firstAdminInvitationInfo&quot;: { # Message containing first admin invitation info for customers # Optional. First admin invitation info for customers
&quot;isFirstAdmin&quot;: True or False, # Optional. To enable First Admin Invitation for Domained Customer
&quot;primaryDomain&quot;: &quot;A String&quot;, # Optional. Domain information of first admin invited
},
}

x__xgafv: string, V1 error format.
Expand Down
Expand Up @@ -1401,7 +1401,7 @@
}
}
},
"revision": "20220513",
"revision": "20220518",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"CheckTransitiveMembershipResponse": {
Expand Down
Expand Up @@ -1536,7 +1536,7 @@
}
}
},
"revision": "20220513",
"revision": "20220518",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AndroidAttributes": {
Expand Down Expand Up @@ -2314,21 +2314,6 @@
},
"type": "object"
},
"FirstAdminInvitationInfo": {
"description": "Message containing first admin invitation info for customers",
"id": "FirstAdminInvitationInfo",
"properties": {
"isFirstAdmin": {
"description": "Optional. To enable First Admin Invitation for Domained Customer",
"type": "boolean"
},
"primaryDomain": {
"description": "Optional. Domain information of first admin invited",
"type": "string"
}
},
"type": "object"
},
"GetMembershipGraphResponse": {
"description": "The response message for MembershipsService.GetMembershipGraph.",
"id": "GetMembershipGraphResponse",
Expand Down Expand Up @@ -3707,12 +3692,7 @@
"SendUserInvitationRequest": {
"description": "A request to send email for inviting target user corresponding to the UserInvitation.",
"id": "SendUserInvitationRequest",
"properties": {
"firstAdminInvitationInfo": {
"$ref": "FirstAdminInvitationInfo",
"description": "Optional. First admin invitation info for customers"
}
},
"properties": {},
"type": "object"
},
"Status": {
Expand Down

0 comments on commit 9443852

Please sign in to comment.