Class V1GenerateDefaultIdentityResponse
Response message for the GenerateDefaultIdentity
method. This response message is assigned to the response
field of the returned Operation when that operation is done.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class V1GenerateDefaultIdentityResponse : IDirectResponseSchema
Properties
AttachStatus
Status of the role attachment. Under development (go/si-attach-role), currently always return ATTACH_STATUS_UNSPECIFIED)
Declaration
[JsonProperty("attachStatus")]
public virtual string AttachStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Identity
DefaultIdentity that was created or retrieved.
Declaration
[JsonProperty("identity")]
public virtual V1DefaultIdentity Identity { get; set; }
Property Value
Type | Description |
---|---|
V1DefaultIdentity |
Role
Role attached to consumer project. Empty if not attached in this request. (Under development, currently always return empty.)
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |