class Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource
ARM resource for a certificate.
Attributes
@return [Array<Integer>] Raw bytes of .cer file
@return [DateTime] Certificate
expriration date.
@return [String] Friendly name of the certificate.
@return [Array<String>] Host names the certificate applies to.
@return [HostingEnvironmentProfile] Specification for the App Service Environment to use for the certificate.
@return [DateTime] Certificate
issue Date.
@return [String] Certificate
issuer.
@return [String] Key Vault Csm resource Id.
@return [String] Key Vault secret name.
@return [KeyVaultSecretStatus] Status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'
@return [String] Certificate
password.
@return [Array<Integer>] Pfx blob.
@return [String] Public key hash.
@return [String] Self link.
@return [String] Resource
ID of the associated App Service plan, formatted as: “/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”.
@return [String] App name.
@return [String] Subject name of the certificate.
@return [String] Certificate
thumbprint.
@return [Boolean] Is the certificate valid?.
Private Class Methods
Mapper for CertificatePatchResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-02-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb, line 86 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CertificatePatchResource', type: { name: 'Composite', class_name: 'CertificatePatchResource', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, kind: { client_side_validation: true, required: false, serialized_name: 'kind', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, friendly_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.friendlyName', type: { name: 'String' } }, subject_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subjectName', type: { name: 'String' } }, host_names: { client_side_validation: true, required: false, serialized_name: 'properties.hostNames', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, pfx_blob: { client_side_validation: true, required: false, serialized_name: 'properties.pfxBlob', type: { name: 'ByteArray' } }, site_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.siteName', type: { name: 'String' } }, self_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.selfLink', type: { name: 'String' } }, issuer: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issuer', type: { name: 'String' } }, issue_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issueDate', type: { name: 'DateTime' } }, expiration_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expirationDate', type: { name: 'DateTime' } }, password: { client_side_validation: true, required: false, serialized_name: 'properties.password', type: { name: 'String' } }, thumbprint: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.thumbprint', type: { name: 'String' } }, valid: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.valid', type: { name: 'Boolean' } }, cer_blob: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.cerBlob', type: { name: 'ByteArray' } }, public_key_hash: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.publicKeyHash', type: { name: 'String' } }, hosting_environment_profile: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.hostingEnvironmentProfile', type: { name: 'Composite', class_name: 'HostingEnvironmentProfile' } }, key_vault_id: { client_side_validation: true, required: false, serialized_name: 'properties.keyVaultId', type: { name: 'String' } }, key_vault_secret_name: { client_side_validation: true, required: false, serialized_name: 'properties.keyVaultSecretName', type: { name: 'String' } }, key_vault_secret_status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.keyVaultSecretStatus', type: { name: 'Enum', module: 'KeyVaultSecretStatus' } }, server_farm_id: { client_side_validation: true, required: false, serialized_name: 'properties.serverFarmId', type: { name: 'String' } } } } } end