NginxDeploymentApiKeyRequestProperties interface
Nginx Deployment Api Key Request Properties
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. |
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.
secretText?: string
Property Value
string