AclConfig

Konfiguration der Zugriffssteuerung

JSON-Darstellung
{
  "name": string,
  "idpConfig": {
    object (IdpConfig)
  }
}
Felder
name

string

Nicht veränderbar. Der vollständige Ressourcenname der ACL-Konfiguration. Format: projects/{project}/locations/{location}/aclConfig.

Dieses Feld muss einen UTF-8-codierten String mit maximal 1.024 Zeichen enthalten.

idpConfig

object (IdpConfig)

Konfiguration des Identitätsanbieters.

IdpConfig

Konfiguration des Identitätsanbieters.

JSON-Darstellung
{
  "idpType": enum (IdpType),
  "externalIdpConfig": {
    object (ExternalIdpConfig)
  }
}
Felder
idpType

enum (IdpType)

Konfigurierter Typ des Identitätsanbieters

externalIdpConfig

object (ExternalIdpConfig)

Konfiguration des externen Identitätsanbieters

IdpType

Typ des Identitätsanbieters

Enums
IDP_TYPE_UNSPECIFIED Standardwert. ACL-Suche ist nicht aktiviert
GSUITE Google als Anbieter von selbst erhobenen Daten
THIRD_PARTY Drittanbieter

ExternalIdpConfig

Konfiguration des Drittanbieter-IdP

JSON-Darstellung
{
  "workforcePoolName": string
}
Felder
workforcePoolName

string

Name des Personalpools. Beispiel: „locations/global/workforcePools/poolId“