SecretParameters Class

The json object containing secret parameters.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureFirstPartyManagedCertificateParameters, CustomerCertificateParameters, ManagedCertificateParameters, UrlSigningKeyParameters.

All required parameters must be populated in order to send to Azure.

Inheritance
SecretParameters

Constructor

SecretParameters(**kwargs)

Variables

type
str or SecretType

Required. The type of the secret resource.Constant filled by server. Possible values include: "UrlSigningKey", "CustomerCertificate", "ManagedCertificate", "AzureFirstPartyManagedCertificate".