class Azure::ContainerRegistry::Mgmt::V2017_06_01_preview::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.
Public Class Methods
mapper()
click to toggle source
Mapper for Actor
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-06-01-preview/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