Class CheckTransitiveMembershipResponse
The response message for MembershipsService.CheckTransitiveMembership.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class CheckTransitiveMembershipResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasMembership
Response does not include the possible roles of a member since the behavior of this rpc is not all-or-nothing unlike the other rpcs. So, it may not be possible to list all the roles definitively, due to possible lack of authorization in some of the paths.
Declaration
[JsonProperty("hasMembership")]
public virtual bool? HasMembership { get; set; }
Property Value
Type | Description |
---|---|
bool? |