Sha256: 0fcd1b642a9716ed80545eee0c51e74fbba7831d3b884cc809226f5c5ea316bb
Contents?: true
Size: 1.58 KB
Versions: 9
Compression:
Stored size: 1.58 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::Resources::Mgmt::V2019_03_01 module Models # # Model object. # # class IdentityUserAssignedIdentitiesValue include MsRestAzure # @return [String] The principal id of user assigned identity. attr_accessor :principal_id # @return [String] The client id of user assigned identity. attr_accessor :client_id # # Mapper for IdentityUserAssignedIdentitiesValue class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Identity_userAssignedIdentitiesValue', type: { name: 'Composite', class_name: 'IdentityUserAssignedIdentitiesValue', model_properties: { principal_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', type: { name: 'String' } }, client_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'clientId', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 2 rubygems