Sha256: bac3da09c752fdc0ab1bf00f0989dd81eb129fa2049f642d4d1cae5632bea863
Contents?: true
Size: 1.68 KB
Versions: 9
Compression:
Stored size: 1.68 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::KeyVault::Mgmt::V2016_10_01 module Models # # Properties of the vault access policy # class VaultAccessPolicyProperties include MsRestAzure # @return [Array<AccessPolicyEntry>] An array of 0 to 16 identities that # have access to the key vault. All identities in the array must use the # same tenant ID as the key vault's tenant ID. attr_accessor :access_policies # # Mapper for VaultAccessPolicyProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VaultAccessPolicyProperties', type: { name: 'Composite', class_name: 'VaultAccessPolicyProperties', model_properties: { access_policies: { client_side_validation: true, required: true, serialized_name: 'accessPolicies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AccessPolicyEntryElementType', type: { name: 'Composite', class_name: 'AccessPolicyEntry' } } } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems