PrincipalInfoArgs

data class PrincipalInfoArgs(val serviceAccount: Output<ServiceAccountArgs>? = null) : ConvertibleToJava<PrincipalInfoArgs>

PrincipalInfo represents an Identity oneof.

Constructors

Link copied to clipboard
fun PrincipalInfoArgs(serviceAccount: Output<ServiceAccountArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PrincipalInfoArgs

Properties

Link copied to clipboard
val serviceAccount: Output<ServiceAccountArgs>? = null

A GCP service account.