Name | Type | Description | Notes |
---|---|---|---|
sid | Option<String> | The unique string that that we created to identify the NewKey resource. You will use this as the basic-auth user when authenticating to the API. |
[optional] |
friendly_name | Option<String> | The string that you assigned to describe the resource. | [optional] |
date_created | Option<String> | The date and time in GMT that the API Key was created specified in RFC 2822 format. | [optional] |
date_updated | Option<String> | The date and time in GMT that the new API Key was last updated specified in RFC 2822 format. | [optional] |
secret | Option<String> | The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth password ). Note that for security reasons, this field is ONLY returned when the API Key is first created. |
[optional] |