class Google::Apis::CloudsearchV1::UnmappedIdentity
Attributes
external_identity[RW]
Reference to a user, group, or domain. Corresponds to the JSON property `externalIdentity` @return [Google::Apis::CloudsearchV1::Principal]
resolution_status_code[RW]
The resolution status for the external identity. Corresponds to the JSON property `resolutionStatusCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4984 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4989 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