create-scim-access-token¶
- subtitle
Creates a SCIM access token for a SCIM enabled identity provider.
- version
0.9.126
Description¶
Creates a SCIM access token for a SCIM enabled identity provider. This token is used to authenticate requests sent to the SCIM endpoints. This operation is not supported for Cloudera for Government.
Synopsis¶
create-scim-access-token
--identity-provider-name-or-crn <value>
--access-token-lifetime-days <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--identity-provider-name-or-crn
(string)
The name or CRN of the SCIM enabled identity provider.
--access-token-lifetime-days
(integer)
The lifetime, in days, of the access token.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
accessToken -> (object)
Information about the SCIM access token.
accessTokenId -> (string)
The SCIM access token id.
crn -> (string)
The SCIM access token CRN.
creationDate -> (datetime)
The date when this SCIM access token was created.
expirationDate -> (datetime)
The SCIM access token expiration date. The access token never expires if the value is not set.
accessTokenSecret -> (string)
The SCIM access token secret. This secret could be used to authenticate requests sent to SCIM endpoints.
Form Factors¶
public