GetSAccount

data class GetSAccount(val accountId: String, val disabled: Boolean, val displayName: String, val email: String, val member: String, val name: String, val uniqueId: String)

Constructors

Link copied to clipboard
constructor(accountId: String, disabled: Boolean, displayName: String, email: String, member: String, name: String, uniqueId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Google service account ID (the part before the @ sign in the email)

Link copied to clipboard

Whether a service account is disabled or not.

Link copied to clipboard

The display name for the service account.

Link copied to clipboard

The e-mail address of the service account. This value should be referenced from any gcp.organizations.getIAMPolicy data sources that would grant the service account privileges.

Link copied to clipboard

The Identity of the service account in the form serviceAccount:{email}. This value is often used to refer to the service account in order to grant IAM permissions.

Link copied to clipboard

The fully-qualified name of the service account.

Link copied to clipboard

The unique id of the service account.