Class WorkforceIdentitySettings
WorkforceIdentitySettings allows customers to configure workforce pools and OAuth 2.0 settings to gate their applications using a third-party IdP with access control.
Implements
Inherited Members
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class WorkforceIdentitySettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Oauth2
OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.
Declaration
[JsonProperty("oauth2")]
public virtual OAuth2 Oauth2 { get; set; }
Property Value
Type | Description |
---|---|
OAuth2 |
WorkforcePools
The workforce pool resources. Only one workforce pool is accepted.
Declaration
[JsonProperty("workforcePools")]
public virtual IList<string> WorkforcePools { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |