Class: Azure::ContainerService::Mgmt::V2020_09_01::Models::ManagedClusterAddonProfileIdentity

Inherits:
UserAssignedIdentity
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile_identity.rb

Overview

Information of user assigned identity used by this add-on.

Instance Attribute Summary

Attributes inherited from UserAssignedIdentity

#client_id, #object_id, #resource_id

Class Method Summary collapse

Class Method Details

.mapperObject

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



20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/2020-09-01/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile_identity.rb', line 20

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ManagedClusterAddonProfile_identity',
    type: {
      name: 'Composite',
      class_name: 'ManagedClusterAddonProfileIdentity',
      model_properties: {
        resource_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'resourceId',
          type: {
            name: 'String'
          }
        },
        client_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'clientId',
          type: {
            name: 'String'
          }
        },
        object_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'objectId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end