regenerate-external-user-credentials¶
- subtitle
Regenerate credentials for an external user.
- version
0.9.157
Description¶
Regenerate credentials for an external user. This action invalidates the user’s old credentials.
Synopsis¶
regenerate-external-user-credentials
--datalake-crn <value>
--environment-crn <value>
--external-user-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--datalake-crn (string)
The CRN of the Data Lake where the external user credentials will be regenerated.
--environment-crn (string)
The CRN of the Environment where the external user credentials will be regenerated.
--external-user-id (integer)
The unique identifier of the external user whose credentials are to be regenerated.
--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¶
externalUser -> (object)
Details of an External user.
userId -> (integer)
The unique identifier of the external user.
username -> (string)
The username of the external user.
email -> (string)
The email address of the external user.
companyName -> (string)
The company name of the external user.
clientId -> (string)
The Client ID of the external user that will be used for authentication.
secret -> (string)
The Secret of the external user that will be used for authentication to external services.
createdAt -> (datetime)
The date and time when the external user was created.
expiryTime -> (datetime)
The date and time when the external user will expire.
error -> (string)
Error message if any occurred during the creation of the external user.
Form Factors¶
public