NginxDeploymentApiKeyRequestProperties interface
Properties
| end |
The time after which this Dataplane API Key is no longer valid. |
| secret |
Secret text to be used as a Dataplane API Key. This is a write only property that can never be read back, but the first three characters will be returned in the 'hint' property. This value contains a credential. Consider obscuring before showing to users |
Property Details
endDateTime
The time after which this Dataplane API Key is no longer valid.
endDateTime?: Date
Property Value
Date
secretText
Secret text to be used as a Dataplane API Key. This is a write only property that can never be read back, but the first three characters will be returned in the 'hint' property. This value contains a credential. Consider obscuring before showing to users
secretText?: string
Property Value
string