AclConfig

Configuration du contrôle des accès.

Représentation JSON
{
  "name": string,
  "idpConfig": {
    object (IdpConfig)
  }
}
Champs
name

string

Immuable. Nom complet de la ressource de la configuration ACL. Format : projects/{project}/locations/{location}/aclConfig.

Ce champ doit être une chaîne encodée au format UTF-8, dont la longueur ne doit pas dépasser 1 024 caractères.

idpConfig

object (IdpConfig)

Configuration du fournisseur d'identité

IdpConfig

Configuration du fournisseur d'identité

Représentation JSON
{
  "idpType": enum (IdpType),
  "externalIdpConfig": {
    object (ExternalIdpConfig)
  }
}
Champs
idpType

enum (IdpType)

Type de fournisseur d'identité configuré.

externalIdpConfig

object (ExternalIdpConfig)

Configuration du fournisseur d'identité externe.

IdpType

Type de fournisseur d'identité.

Enums
IDP_TYPE_UNSPECIFIED Valeur par défaut. La recherche de LCA n'est pas activée.
GSUITE Fournisseur first party de Google.
THIRD_PARTY Fournisseur tiers

ExternalIdpConfig

Configuration d'un fournisseur d'identité tiers

Représentation JSON
{
  "workforcePoolName": string
}
Champs
workforcePoolName

string

Nom du pool d'employés. Exemple : "locations/global/workforcePools/poolId"