Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountTokenResource ¶
NewServiceAccountTokenResource is a helper function to create a new service account access token resource instance.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` AccessTokenId types.String `tfsdk:"access_token_id"` ServiceAccountEmail types.String `tfsdk:"service_account_email"` ProjectId types.String `tfsdk:"project_id"` TtlDays types.Int64 `tfsdk:"ttl_days"` RotateWhenChanged types.Map `tfsdk:"rotate_when_changed"` Token types.String `tfsdk:"token"` Active types.Bool `tfsdk:"active"` CreatedAt types.String `tfsdk:"created_at"` ValidUntil types.String `tfsdk:"valid_until"` }
Model represents the schema for the service account token resource in Terraform.
Click to show internal directories.
Click to hide internal directories.