class Google::Apis::ServiceconsumermanagementV1::V1Beta1GenerateServiceIdentityResponse
Response message for the `GenerateServiceIdentity` method. This response message is assigned to the `response` field of the returned Operation
when that operation is done.
Attributes
identity[RW]
A service identity in the Identity and Access Management API. Corresponds to the JSON property `identity` @return [Google::Apis::ServiceconsumermanagementV1::V1Beta1ServiceIdentity]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 3426 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceconsumermanagement_v1/classes.rb, line 3431 def update!(**args) @identity = args[:identity] if args.key?(:identity) end