Class: Google::Apis::CloudsearchV1::UnmappedIdentity
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::UnmappedIdentity
- 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
-
#external_identity ⇒ Google::Apis::CloudsearchV1::Principal
Reference to a user, group, or domain.
-
#resolution_status_code ⇒ String
The resolution status for the external identity.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UnmappedIdentity
constructor
A new instance of UnmappedIdentity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UnmappedIdentity
Returns a new instance of UnmappedIdentity.
4985 4986 4987 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4985 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_identity ⇒ Google::Apis::CloudsearchV1::Principal
Reference to a user, group, or domain.
Corresponds to the JSON property externalIdentity
4978 4979 4980 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4978 def external_identity @external_identity end |
#resolution_status_code ⇒ String
The resolution status for the external identity.
Corresponds to the JSON property resolutionStatusCode
4983 4984 4985 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4983 def resolution_status_code @resolution_status_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4990 4991 4992 4993 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4990 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 |