Class: Google::Apis::CloudsearchV1::UnmappedIdentity

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UnmappedIdentity

Returns a new instance of UnmappedIdentity.



4921
4922
4923
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4921

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#external_identityGoogle::Apis::CloudsearchV1::Principal

Reference to a user, group, or domain. Corresponds to the JSON property externalIdentity



4914
4915
4916
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4914

def external_identity
  @external_identity
end

#resolution_status_codeString

The resolution status for the external identity. Corresponds to the JSON property resolutionStatusCode

Returns:

  • (String)


4919
4920
4921
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4919

def resolution_status_code
  @resolution_status_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4926
4927
4928
4929
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4926

def update!(**args)
  @external_identity = args[:external_identity] if args.key?(:external_identity)
  @resolution_status_code = args[:resolution_status_code] if args.key?(:resolution_status_code)
end