class Azure::ContainerRegistry::Mgmt::V2019_05_01::Models::Actor

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

Attributes

name[RW]

@return [String] The subject or username associated with the request context that generated the event.

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-05-01/generated/azure_mgmt_container_registry/models/actor.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Actor',
    type: {
      name: 'Composite',
      class_name: 'Actor',
      model_properties: {
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end