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
Copy file name to clipboardexpand all lines: docs/dyn/cloudidentity_v1beta1.customers.userinvitations.html
+4
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,10 @@ <h3>Method Details</h3>
238
238
The object takes the form of:
239
239
240
240
{ # A request to send email for inviting target user corresponding to the UserInvitation.
241
+
"firstAdminInvitationInfo": { # Message containing first admin invitation info for customers # Optional. First admin invitation info for customers
242
+
"isFirstAdmin": True or False, # Optional. To enable First Admin Invitation for Domained Customer
243
+
"primaryDomain": "A String", # Optional. Domain information of first admin invited
"endpointVerificationSpecificAttributes": { # Resource representing the Endpoint Verification-specific attributes of a Device. # Output only. Attributes specific to Endpoint Verification devices.
181
+
"certificateInfo": [ # Details of certificates.
182
+
{ # Stores information about a certificate.
183
+
"certificateTemplate": { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
184
+
"id": "A String", # The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047".
185
+
"majorVersion": 42, # The Major version of the template. Example: 100.
186
+
"minorVersion": 42, # The minor version of the template. Example: 12.
187
+
},
188
+
"fingerprint": "A String", # The encoded certificate fingerprint.
189
+
"issuer": "A String", # The name of the issuer of this certificate.
190
+
"serialNumber": "A String", # Serial number of the certificate, Example: "123456789".
191
+
"subject": "A String", # The subject name of this certificate.
192
+
"thumbprint": "A String", # The certificate thumbprint.
193
+
"validationState": "A String", # Validation state of this certificate.
194
+
"validityExpirationTime": "A String", # Certificate not valid at or after this timestamp.
195
+
"validityStartTime": "A String", # Certificate not valid before this timestamp.
196
+
},
197
+
],
198
+
},
180
199
"imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise.
181
200
"kernelVersion": "A String", # Output only. Kernel version of the device.
182
201
"lastSyncTime": "A String", # Most recent time when device synced with this service.
@@ -296,6 +315,25 @@ <h3>Method Details</h3>
296
315
"enabledDeveloperOptions": True or False, # Output only. Whether developer options is enabled on device.
297
316
"enabledUsbDebugging": True or False, # Output only. Whether USB debugging is enabled on device.
"endpointVerificationSpecificAttributes": { # Resource representing the Endpoint Verification-specific attributes of a Device. # Output only. Attributes specific to Endpoint Verification devices.
319
+
"certificateInfo": [ # Details of certificates.
320
+
{ # Stores information about a certificate.
321
+
"certificateTemplate": { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
322
+
"id": "A String", # The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047".
323
+
"majorVersion": 42, # The Major version of the template. Example: 100.
324
+
"minorVersion": 42, # The minor version of the template. Example: 12.
325
+
},
326
+
"fingerprint": "A String", # The encoded certificate fingerprint.
327
+
"issuer": "A String", # The name of the issuer of this certificate.
328
+
"serialNumber": "A String", # Serial number of the certificate, Example: "123456789".
329
+
"subject": "A String", # The subject name of this certificate.
330
+
"thumbprint": "A String", # The certificate thumbprint.
331
+
"validationState": "A String", # Validation state of this certificate.
332
+
"validityExpirationTime": "A String", # Certificate not valid at or after this timestamp.
333
+
"validityStartTime": "A String", # Certificate not valid before this timestamp.
334
+
},
335
+
],
336
+
},
299
337
"imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise.
300
338
"kernelVersion": "A String", # Output only. Kernel version of the device.
301
339
"lastSyncTime": "A String", # Most recent time when device synced with this service.
@@ -361,6 +399,25 @@ <h3>Method Details</h3>
361
399
"enabledDeveloperOptions": True or False, # Output only. Whether developer options is enabled on device.
362
400
"enabledUsbDebugging": True or False, # Output only. Whether USB debugging is enabled on device.
"endpointVerificationSpecificAttributes": { # Resource representing the Endpoint Verification-specific attributes of a Device. # Output only. Attributes specific to Endpoint Verification devices.
403
+
"certificateInfo": [ # Details of certificates.
404
+
{ # Stores information about a certificate.
405
+
"certificateTemplate": { # CertificateTemplate (v3 Extension in X.509). # The X.509 extension for CertificateTemplate.
406
+
"id": "A String", # The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047".
407
+
"majorVersion": 42, # The Major version of the template. Example: 100.
408
+
"minorVersion": 42, # The minor version of the template. Example: 12.
409
+
},
410
+
"fingerprint": "A String", # The encoded certificate fingerprint.
411
+
"issuer": "A String", # The name of the issuer of this certificate.
412
+
"serialNumber": "A String", # Serial number of the certificate, Example: "123456789".
413
+
"subject": "A String", # The subject name of this certificate.
414
+
"thumbprint": "A String", # The certificate thumbprint.
415
+
"validationState": "A String", # Validation state of this certificate.
416
+
"validityExpirationTime": "A String", # Certificate not valid at or after this timestamp.
417
+
"validityStartTime": "A String", # Certificate not valid before this timestamp.
418
+
},
419
+
],
420
+
},
364
421
"imei": "A String", # Output only. IMEI number of device if GSM device; empty otherwise.
365
422
"kernelVersion": "A String", # Output only. Kernel version of the device.
366
423
"lastSyncTime": "A String", # Most recent time when device synced with this service.
"description": "Stores information about a certificate.",
1521
+
"id": "CertificateInfo",
1522
+
"properties": {
1523
+
"certificateTemplate": {
1524
+
"$ref": "CertificateTemplate",
1525
+
"description": "The X.509 extension for CertificateTemplate."
1526
+
},
1527
+
"fingerprint": {
1528
+
"description": "The encoded certificate fingerprint.",
1529
+
"type": "string"
1530
+
},
1531
+
"issuer": {
1532
+
"description": "The name of the issuer of this certificate.",
1533
+
"type": "string"
1534
+
},
1535
+
"serialNumber": {
1536
+
"description": "Serial number of the certificate, Example: \"123456789\".",
1537
+
"type": "string"
1538
+
},
1539
+
"subject": {
1540
+
"description": "The subject name of this certificate.",
1541
+
"type": "string"
1542
+
},
1543
+
"thumbprint": {
1544
+
"description": "The certificate thumbprint.",
1545
+
"type": "string"
1546
+
},
1547
+
"validationState": {
1548
+
"description": "Validation state of this certificate.",
1549
+
"enum": [
1550
+
"CERTIFICATE_VALIDATION_STATE_UNSPECIFIED",
1551
+
"VALIDATION_SUCCESSFUL",
1552
+
"VALIDATION_FAILED"
1553
+
],
1554
+
"enumDescriptions": [
1555
+
"Default value.",
1556
+
"Certificate validation was successful.",
1557
+
"Certificate validation failed."
1558
+
],
1559
+
"type": "string"
1560
+
},
1561
+
"validityExpirationTime": {
1562
+
"description": "Certificate not valid at or after this timestamp.",
1563
+
"format": "google-datetime",
1564
+
"type": "string"
1565
+
},
1566
+
"validityStartTime": {
1567
+
"description": "Certificate not valid before this timestamp.",
1568
+
"format": "google-datetime",
1569
+
"type": "string"
1570
+
}
1571
+
},
1572
+
"type": "object"
1573
+
},
1574
+
"CertificateTemplate": {
1575
+
"description": "CertificateTemplate (v3 Extension in X.509).",
1576
+
"id": "CertificateTemplate",
1577
+
"properties": {
1578
+
"id": {
1579
+
"description": "The template id of the template. Example: \"1.3.6.1.4.1.311.21.8.15608621.11768144.5720724.16068415.6889630.81.2472537.7784047\".",
1580
+
"type": "string"
1581
+
},
1582
+
"majorVersion": {
1583
+
"description": "The Major version of the template. Example: 100.",
1584
+
"format": "int32",
1585
+
"type": "integer"
1586
+
},
1587
+
"minorVersion": {
1588
+
"description": "The minor version of the template. Example: 12.",
1589
+
"format": "int32",
1590
+
"type": "integer"
1591
+
}
1592
+
},
1593
+
"type": "object"
1594
+
},
1519
1595
"CheckTransitiveMembershipResponse": {
1520
1596
"description": "The response message for MembershipsService.CheckTransitiveMembership.",
1521
1597
"id": "CheckTransitiveMembershipResponse",
@@ -1777,6 +1853,11 @@
1777
1853
"readOnly": true,
1778
1854
"type": "string"
1779
1855
},
1856
+
"endpointVerificationSpecificAttributes": {
1857
+
"$ref": "EndpointVerificationSpecificAttributes",
1858
+
"description": "Output only. Attributes specific to Endpoint Verification devices.",
1859
+
"readOnly": true
1860
+
},
1780
1861
"imei": {
1781
1862
"description": "Output only. IMEI number of device if GSM device; empty otherwise.",
1782
1863
"readOnly": true,
@@ -2056,6 +2137,20 @@
2056
2137
},
2057
2138
"type": "object"
2058
2139
},
2140
+
"EndpointVerificationSpecificAttributes": {
2141
+
"description": "Resource representing the Endpoint Verification-specific attributes of a Device.",
2142
+
"id": "EndpointVerificationSpecificAttributes",
2143
+
"properties": {
2144
+
"certificateInfo": {
2145
+
"description": "Details of certificates.",
2146
+
"items": {
2147
+
"$ref": "CertificateInfo"
2148
+
},
2149
+
"type": "array"
2150
+
}
2151
+
},
2152
+
"type": "object"
2153
+
},
2059
2154
"EntityKey": {
2060
2155
"description": "A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional `namespace` or a user without a `namespace`. The combination of `id` and `namespace` must be unique; however, the same `id` can be used with different `namespace`s.",
2061
2156
"id": "EntityKey",
@@ -2083,6 +2178,21 @@
2083
2178
},
2084
2179
"type": "object"
2085
2180
},
2181
+
"FirstAdminInvitationInfo": {
2182
+
"description": "Message containing first admin invitation info for customers",
2183
+
"id": "FirstAdminInvitationInfo",
2184
+
"properties": {
2185
+
"isFirstAdmin": {
2186
+
"description": "Optional. To enable First Admin Invitation for Domained Customer",
2187
+
"type": "boolean"
2188
+
},
2189
+
"primaryDomain": {
2190
+
"description": "Optional. Domain information of first admin invited",
2191
+
"type": "string"
2192
+
}
2193
+
},
2194
+
"type": "object"
2195
+
},
2086
2196
"GetMembershipGraphResponse": {
2087
2197
"description": "The response message for MembershipsService.GetMembershipGraph.",
2088
2198
"id": "GetMembershipGraphResponse",
@@ -3393,7 +3503,12 @@
3393
3503
"SendUserInvitationRequest": {
3394
3504
"description": "A request to send email for inviting target user corresponding to the UserInvitation.",
3395
3505
"id": "SendUserInvitationRequest",
3396
-
"properties": {},
3506
+
"properties": {
3507
+
"firstAdminInvitationInfo": {
3508
+
"$ref": "FirstAdminInvitationInfo",
3509
+
"description": "Optional. First admin invitation info for customers"
0 commit comments