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
* @param optional nil or *DelegateTokenResourceApiCreateDelegateTokenOpts - Optional Parameters:
35
35
* @param "OrgIdentifier" (optional.String) - Organization Identifier for the Entity.
36
36
* @param "ProjectIdentifier" (optional.String) - Project Identifier for the Entity.
37
+
* @param "RevokeAfter" (optional.Int64) - Epoch time in milliseconds after which the token will be marked as revoked. There can be a delay of upto one hour from the epoch value provided and actual revoking of the token.
**Uuid** | **string** | | [optional][default to null]
7
+
**AccountId** | **string** | | [optional][default to null]
8
+
**Name** | **string** | | [optional][default to null]
9
+
**CreatedBy** | [***EmbeddedUser**](EmbeddedUser.md) | | [optional][default to null]
10
+
**CreatedByNgUser** | [***Principal**](Principal.md) | | [optional][default to null]
11
+
**CreatedAt** | **int64** | | [optional][default to null]
12
+
**Status** | **string** | | [optional][default to null]
13
+
**Value** | **string** | Value of delegate token. This is only populated when fetching delegate token by name or the user has edit delegate permission. | [optional][default to null]
14
+
**OwnerIdentifier** | **string** | | [optional][default to null]
15
+
**ParentUniqueId** | **string** | | [optional][default to null]
16
+
**RevokeAfter** | **int64** | | [optional][default to null]
17
+
18
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**GetCgDelegateTokens**](DelegateTokenResourceApi.md#GetCgDelegateTokens) | **Get** /delegate-token-ng | Retrieves Delegate Tokens by Account, Organization, Project and status.
9
+
[**GetDelegateGroupsUsingToken**](DelegateTokenResourceApi.md#GetDelegateGroupsUsingToken) | **Get** /delegate-token-ng/delegate-groups | Lists delegate groups that are using the specified delegate token.
**orgIdentifier** | **optional.String**| Organization Identifier for the Entity. |
32
+
**projectIdentifier** | **optional.String**| Project Identifier for the Entity. |
33
+
**revokeAfter** | **optional.Int64**| Epoch time in milliseconds after which the token will be marked as revoked. There can be a delay of upto one hour from the epoch value provided and actual revoking of the token. |
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments