Application Iap Args
data class ApplicationIapArgs(val enabled: Output<Boolean>? = null, val oauth2ClientId: Output<String>, val oauth2ClientSecret: Output<String>, val oauth2ClientSecretSha256: Output<String>? = null) : ConvertibleToJava<ApplicationIapArgs>
Properties
Link copied to clipboard
OAuth2 client ID to use for the authentication flow.
Link copied to clipboard
OAuth2 client secret to use for the authentication flow. The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field.
Link copied to clipboard
Hex-encoded SHA-256 hash of the client secret.