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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UnmappedIdentity

Returns a new instance of UnmappedIdentity.



7915
7916
7917
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7915

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



7908
7909
7910
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7908

def external_identity
  @external_identity
end

#resolution_status_codeString

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

Returns:

  • (String)


7913
7914
7915
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7913

def resolution_status_code
  @resolution_status_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7920
7921
7922
7923
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 7920

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