Show / Hide Table of Contents

Class AccessRestrictions

Access related restrictions on the workforce pool.

Inheritance
object
AccessRestrictions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX