SecretProperties interface
The JSON object that contains the properties of the Secret to create.
- Extends
Properties
parameters | object which contains secret parameters |
profile |
The name of the profile which holds the secret. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
deployment |
NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
parameters
object which contains secret parameters
parameters?: SecretParametersUnion
Property Value
profileName
The name of the profile which holds the secret. NOTE: This property will not be serialized. It can only be populated by the server.
profileName?: string
Property Value
string
Inherited Property Details
deploymentStatus
NOTE: This property will not be serialized. It can only be populated by the server.
deploymentStatus?: string
Property Value
string
Inherited From AFDStateProperties.deploymentStatus
provisioningState
Provisioning status NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From AFDStateProperties.provisioningState