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/AuthMethodCreateAwsIam.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
|**sts_url**|**String**| sts URL |[optional][default to 'https://sts.amazonaws.com']|
26
26
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
27
27
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
28
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AuthMethodCreateAzureAD.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
|**product_type**|**Array<String>**| Choose the relevant product type for the auth method [sm, sra, pm, dp, ca]|[optional]|
30
30
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
31
31
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
32
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AuthMethodCreateGcp.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
26
26
|**type**|**String**| Type of the GCP Access Rules ||
27
27
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
28
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateAwsIam.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
|**sts_url**|**String**| sts URL |[optional][default to 'https://sts.amazonaws.com']|
27
27
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
28
28
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
29
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateAzureAD.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
|**product_type**|**Array<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
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
33
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AuthMethodUpdateGcp.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
27
27
|**type**|**String**| Type of the GCP Access Rules ||
28
28
|**uid_token**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
29
+
|**unique_identifier**|**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]|
Copy file name to clipboardExpand all lines: docs/AzureADAccessRules.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
|**bound_tenant_id**|**String**| The tenants id for the Azure Active Directory organization. |[optional]|
17
17
|**issuer**|**String**| Issuer URL |[optional]|
18
18
|**jwks_uri**|**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]|
19
+
|**unique_identifier**|**String**| A unique identifier to distinguish different users |[optional]|
0 commit comments