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/Auth.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**accountId** | **String** | Account id (relevant only for access-type=password where the email address is associated with more than one account) | [optional]
11
11
**adminEmail** | **String** | Email (relevant only for access-type=password) | [optional]
12
12
**adminPassword** | **String** | Password (relevant only for access-type=password) | [optional]
13
+
**azureCloud** | **String** | Azure cloud environment to use. Values: AzureCloud (default), AzureUSGovernment, AzureChinaCloud. | [optional][default to 'AzureCloud']
13
14
**certChallenge** | **String** | Certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional]
14
15
**certData** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert) | [optional]
15
16
**cloudId** | **String** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional]
**requireCrlDp** | **Boolean** | RequireCrlDp indicates whether CRL distribution points are required on the leaf client certificate, and whether CRL validation must be enforced during authentication. | [optional]
15
16
**revokedCertIds** | **[String]** | A list of revoked cert ids | [optional]
16
17
**uniqueIdentifier** | **String** | A unique identifier to distinguish different users | [optional]
0 commit comments