AclConfig

Access Control Configuration.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "idpConfig" 
 : 
 { 
 object (  IdpConfig 
 
) 
 } 
 } 
Fields
name

string

Immutable. The full resource name of the acl configuration. Format: projects/{project}/locations/{location}/aclConfig .

This field must be a UTF-8 encoded string with a length limit of 1024 characters.

idpConfig

object ( IdpConfig )

Identity provider config.

IdpConfig

Identity Provider Config.

JSON representation
 { 
 "idpType" 
 : 
 enum (  IdpType 
 
) 
 , 
 "externalIdpConfig" 
 : 
 { 
 object (  ExternalIdpConfig 
 
) 
 } 
 } 
Fields
idpType

enum ( IdpType )

Identity provider type configured.

externalIdpConfig

object ( ExternalIdpConfig )

External Identity provider config.

IdpType

Identity Provider Type.

Enums
IDP_TYPE_UNSPECIFIED Default value. ACL search not enabled.
GSUITE Google 1P provider.
THIRD_PARTY Third party provider.

ExternalIdpConfig

Third party IDP Config.

JSON representation
 { 
 "workforcePoolName" 
 : 
 string 
 } 
Fields
workforcePoolName

string

Workforce pool name. Example: "locations/global/workforcePools/poolId"

Design a Mobile Site
View Site in Mobile | Classic
Share by: