account

package
v0.85.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2026 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServiceAccountDataSource

func NewServiceAccountDataSource() datasource.DataSource

NewServiceAccountDataSource creates a new instance of the serviceAccountDataSource.

func NewServiceAccountResource

func NewServiceAccountResource() resource.Resource

NewServiceAccountResource is a helper function to create a new service account resource instance.

Types

type Model

type Model struct {
	Id               types.String `tfsdk:"id"`                 // Required by Terraform
	ProjectId        types.String `tfsdk:"project_id"`         // ProjectId associated with the service account
	ServiceAccountId types.String `tfsdk:"service_account_id"` // Internal ID of the service account
	Name             types.String `tfsdk:"name"`               // Name of the service account
	Email            types.String `tfsdk:"email"`              // Email linked to the service account
}

Model represents the schema for the service account resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL