Backend Service IAPResponse
data class BackendServiceIAPResponse(val enabled: Boolean, val oauth2ClientId: String, val oauth2ClientInfo: BackendServiceIAPOAuth2ClientInfoResponse, val oauth2ClientSecret: String, val oauth2ClientSecretSha256: String)
Identity-Aware Proxy
Constructors
Link copied to clipboard
constructor(enabled: Boolean, oauth2ClientId: String, oauth2ClientInfo: BackendServiceIAPOAuth2ClientInfoResponse, oauth2ClientSecret: String, oauth2ClientSecretSha256: String)
Properties
Link copied to clipboard
OAuth2 client ID to use for the authentication flow.
Link copied to clipboard
Input Only OAuth client info required to generate client id to be used for IAP.
Link copied to clipboard
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
Link copied to clipboard
SHA256 hash value for the field oauth2_client_secret above.