Sha256: 039d6ec4b73eb4ff578fa7648da93c497bd964c357782a34ccb0fee2092c22bd
Contents?: true
Size: 1.68 KB
Versions: 1
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::V2019_09_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_key_vault-0.17.7 | lib/2019-09-01/generated/azure_mgmt_key_vault/models/vault_access_policy_properties.rb |