Service Account Args
    data class ServiceAccountArgs(val email: Output<String>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<ServiceAccountArgs> 
Carries information about a Google Cloud service account.
Carries information about a Google Cloud service account.