GetFolderServiceAccountResult

data class GetFolderServiceAccountResult(val accountEmail: String, val folderId: String, val id: String, val name: String)

A collection of values returned by getFolderServiceAccount.

Constructors

Link copied to clipboard
constructor(accountEmail: String, folderId: String, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address of the service account. This value is often used to refer to the service account in order to grant IAM permissions.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Access Approval service account resource name. Format is "folders/{folder_id}/serviceAccount".