class Azure::ContainerRegistry::Mgmt::V2019_05_01_preview::Models::ActiveDirectoryObject
The Active Directory Object that will be used for authenticating the token of a container registry.
Attributes
object_id[RW]
@return [String] The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry.
tenant_id[RW]
@return [String] The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry.
Private Class Methods
mapper()
click to toggle source
Mapper for ActiveDirectoryObject
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-05-01-preview/generated/azure_mgmt_container_registry/models/active_directory_object.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ActiveDirectoryObject', type: { name: 'Composite', class_name: 'ActiveDirectoryObject', model_properties: { object_id: { client_side_validation: true, required: false, serialized_name: 'objectId', type: { name: 'String' } }, tenant_id: { client_side_validation: true, required: false, serialized_name: 'tenantId', type: { name: 'String' } } } } } end