Class AccessRestrictions
Access related restrictions on the workforce pool.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class AccessRestrictions : IDirectResponseSchema
Properties
AllowedServices
Optional. Immutable. Services allowed for web sign-in with the workforce pool. If not set by default there are no restrictions.
Declaration
[JsonProperty("allowedServices")]
public virtual IList<ServiceConfig> AllowedServices { get; set; }
Property Value
Type | Description |
---|---|
IList<ServiceConfig> |
DisableProgrammaticSignin
Optional. Disable programmatic sign-in by disabling token issue via the Security Token API endpoint. See [Security Token Service API] (https://cloud.google.com/iam/docs/reference/sts/rest).
Declaration
[JsonProperty("disableProgrammaticSignin")]
public virtual bool? DisableProgrammaticSignin { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |