Google Cloud Integrations V1alpha Jwt Args
data class GoogleCloudIntegrationsV1alphaJwtArgs(val jwt: Output<String>? = null, val jwtHeader: Output<String>? = null, val jwtPayload: Output<String>? = null, val secret: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaJwtArgs>
Represents JSON web token(JWT), which is a compact, URL-safe means of representing claims to be transferred between two parties, enabling the claims to be digitally signed or integrity protected.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaJwtArgs(jwt: Output<String>? = null, jwtHeader: Output<String>? = null, jwtPayload: Output<String>? = null, secret: Output<String>? = null)