GetDefaultServiceAccountResult

data class GetDefaultServiceAccountResult(val displayName: String, val email: String, val id: String, val member: String, val name: String, val project: String, val uniqueId: String)

A collection of values returned by getDefaultServiceAccount.

Constructors

Link copied to clipboard
constructor(displayName: String, email: String, id: String, member: String, name: String, project: String, uniqueId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name for the service account.

Link copied to clipboard

Email address of the default service account used by App Engine in this project.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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
Link copied to clipboard

The unique id of the service account.