class Azure::Attestation::Mgmt::V2018_09_01_preview::Models::AttestationServiceCreationParams

Client supplied parameters passed to attestation service.

Attributes

attestation_policy[RW]

@return [String] Name of attestation policy.

Private Class Methods

mapper() click to toggle source

Mapper for AttestationServiceCreationParams class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-09-01-preview/generated/azure_mgmt_attestation/models/attestation_service_creation_params.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AttestationServiceCreationParams',
    type: {
      name: 'Composite',
      class_name: 'AttestationServiceCreationParams',
      model_properties: {
        attestation_policy: {
          client_side_validation: true,
          required: false,
          serialized_name: 'attestationPolicy',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end