GoogleApi.ServiceConsumerManagement.V1.Model.V1GenerateDefaultIdentityResponse (google_api_service_consumer_management v0.26.1) View Source
Response message for the GenerateDefaultIdentity
method. This response message is assigned to the response
field of the returned Operation when that operation is done.
Attributes
-
attachStatus
(type:String.t
, default:nil
) - Status of the role attachment. Under development (go/si-attach-role), currently always return ATTACH_STATUS_UNSPECIFIED) -
identity
(type:GoogleApi.ServiceConsumerManagement.V1.Model.V1DefaultIdentity.t
, default:nil
) - DefaultIdentity that was created or retrieved. -
role
(type:String.t
, default:nil
) - Role attached to consumer project. Empty if not attached in this request. (Under development, currently always return empty.)
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.V1GenerateDefaultIdentityResponse{ attachStatus: String.t(), identity: GoogleApi.ServiceConsumerManagement.V1.Model.V1DefaultIdentity.t(), role: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.