Class: Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UploadCertificateResponse

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb

Overview

The upload registration certificate response.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#aad_audienceString

recipient of the requested token.

Returns:

  • (String)

    Identifier of the target resource that is the



39
40
41
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 39

def aad_audience
  @aad_audience
end

#aad_authorityString

Returns Azure Active Directory tenant authority.

Returns:

  • (String)

    Azure Active Directory tenant authority.



23
24
25
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 23

def aad_authority
  @aad_authority
end

#aad_tenant_idString

Returns Azure Active Directory tenant ID.

Returns:

  • (String)

    Azure Active Directory tenant ID.



26
27
28
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 26

def aad_tenant_id
  @aad_tenant_id
end

#auth_typeAuthenticationType

values include: ‘Invalid’, ‘AzureActiveDirectory’

Returns:



17
18
19
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 17

def auth_type
  @auth_type
end

#azure_management_endpoint_audienceString

Returns The azure management endpoint audience.

Returns:

  • (String)

    The azure management endpoint audience.



35
36
37
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 35

def azure_management_endpoint_audience
  @azure_management_endpoint_audience
end

#resource_idString

Returns The resource ID of the Data Box Edge/Gateway device.

Returns:

  • (String)

    The resource ID of the Data Box Edge/Gateway device.



20
21
22
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 20

def resource_id
  @resource_id
end

#service_principal_client_idString

Returns Azure Active Directory service principal client ID.

Returns:

  • (String)

    Azure Active Directory service principal client ID.



29
30
31
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 29

def service_principal_client_id
  @service_principal_client_id
end

#service_principal_object_idString

Returns Azure Active Directory service principal object ID.

Returns:

  • (String)

    Azure Active Directory service principal object ID.



32
33
34
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 32

def service_principal_object_id
  @service_principal_object_id
end

Class Method Details

.mapperObject

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



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/upload_certificate_response.rb', line 46

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'UploadCertificateResponse',
    type: {
      name: 'Composite',
      class_name: 'UploadCertificateResponse',
      model_properties: {
        auth_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'authType',
          type: {
            name: 'String'
          }
        },
        resource_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'resourceId',
          type: {
            name: 'String'
          }
        },
        aad_authority: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'aadAuthority',
          type: {
            name: 'String'
          }
        },
        aad_tenant_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'aadTenantId',
          type: {
            name: 'String'
          }
        },
        service_principal_client_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'servicePrincipalClientId',
          type: {
            name: 'String'
          }
        },
        service_principal_object_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'servicePrincipalObjectId',
          type: {
            name: 'String'
          }
        },
        azure_management_endpoint_audience: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'azureManagementEndpointAudience',
          type: {
            name: 'String'
          }
        },
        aad_audience: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'aadAudience',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end