class Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters
Request parameters for adding a owner to an application.
Attributes
additional_properties[RW]
@return Unmatched properties from the message are deserialized this collection
url[RW]
@return [String] A owner object URL, such as “graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd”, where “0b1f9851-1bf0-433f-aec3-cb9272f093dc” is the tenantId and “f260bbc4-c254-447b-94cf-293b5ec434dd” is the objectId of the owner (user, application, servicePrincipal, group) to be added.
Private Class Methods
mapper()
click to toggle source
Mapper for ApplicationAddOwnerParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationAddOwnerParameters', type: { name: 'Composite', class_name: 'ApplicationAddOwnerParameters', model_properties: { additional_properties: { client_side_validation: true, required: false, type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, url: { client_side_validation: true, required: true, serialized_name: 'url', type: { name: 'String' } } } } } end