Class BackendServiceIAP (1.2.0)

BackendServiceIAP(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identity-Aware Proxy

Attributes

NameDescription
enabled bool
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty. This field is a member of oneof_ _enabled.
oauth2_client_id str
OAuth2 client ID to use for the authentication flow. This field is a member of oneof_ _oauth2_client_id.
oauth2_client_secret str
OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly This field is a member of oneof_ _oauth2_client_secret.
oauth2_client_secret_sha256 str
[Output Only] SHA256 hash value for the field oauth2_client_secret above. This field is a member of oneof_ _oauth2_client_secret_sha256.