AccessKeyCreateRequest
AccessKeyCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key_type required | Access key type Example : PERMANENT | enum (PERMANENT, TEMPORARY) | |
| account_id optional | Account Id Example : f39c460fade34fecb05ede8f904b24b7 | string | |
| description optional | Description Example : description | any of [string, null] | |
| duration optional | Expiration duration Example : P1Y2M10DT2H30M15S | any of [string, null] | |
| parent_access_key_id optional | Required access key for creating temporary access key Example : 92d6eid9e9ae4f868s842910k11573a3 | any of [string, null] | |
| passcode optional | Required for temporary access key Example : 000000 | any of [string, null] |