class Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor

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 ContainerRegistryEventActor class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-01-01/generated/azure_event_grid/models/container_registry_event_actor.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ContainerRegistryEventActor',
    type: {
      name: 'Composite',
      class_name: 'ContainerRegistryEventActor',
      model_properties: {
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end