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
**AuthMethodName** | **string** | Auth method name |
9
+
**Json** | **bool** | Set output format to JSON | [optional][default to false]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodCreateAwsIam.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
**StsUrl** | **string** | sts URL | [optional][default to "https://sts.amazonaws.com"]
27
27
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
28
28
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
29
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
29
30
30
31
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodCreateAzureAD.md
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
30
30
**ProductType** | **List<string>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional]
31
31
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
32
32
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
33
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
33
34
34
35
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodCreateGcp.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
27
27
**Type** | **string** | Type of the GCP Access Rules |
28
28
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
29
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
29
30
30
31
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateAwsIam.md
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Name | Type | Description | Notes
27
27
**StsUrl** | **string** | sts URL | [optional][default to "https://sts.amazonaws.com"]
28
28
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
29
29
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
30
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
30
31
31
32
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateAzureAD.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
31
31
**ProductType** | **List<string>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional]
32
32
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
33
33
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
34
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
34
35
35
36
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateGcp.md
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Name | Type | Description | Notes
27
27
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
28
28
**Type** | **string** | Type of the GCP Access Rules |
29
29
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
30
+
**UniqueIdentifier** | **string** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional]
30
31
31
32
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AzureADAccessRules.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
17
17
**BoundTenantId** | **string** | The tenants id for the Azure Active Directory organization. | [optional]
18
18
**Issuer** | **string** | Issuer URL | [optional]
19
19
**JwksUri** | **string** | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional]
20
+
**UniqueIdentifier** | **string** | A unique identifier to distinguish different users | [optional]
20
21
21
22
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments