Class UpdateMembershipRolesParams
The details of an update to a MembershipRole
.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class UpdateMembershipRolesParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldMask
The fully-qualified names of fields to update. May only contain the field expiry_detail.expire_time
.
Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type | Description |
---|---|
object |
MembershipRole
The MembershipRole
s to be updated. Only MEMBER
MembershipRoles
can currently be updated. May only
contain a MembershipRole
with name
MEMBER
.
Declaration
[JsonProperty("membershipRole")]
public virtual MembershipRole MembershipRole { get; set; }
Property Value
Type | Description |
---|---|
MembershipRole |