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 ein UTF-8-codierter String mit einer Längenbeschränkung von 1.024 Zeichen sein.

idpConfig

object (IdpConfig)

Konfiguration des Identitätsanbieters

IdpConfig

Konfiguration des Identitätsanbieters

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

enum (IdpType)

Der Typ des Identitätsanbieters ist konfiguriert.

externalIdpConfig

object (ExternalIdpConfig)

Konfiguration des externen Identitätsanbieters.

IdpType

Typ des Identitätsanbieters

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

ExternalIdpConfig

Konfiguration von Drittanbieter-IdPs

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

string

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