Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWrappingKeyDataSource ¶
func NewWrappingKeyDataSource() datasource.DataSource
func NewWrappingKeyResource ¶
Types ¶
type Model ¶
type Model struct {
AccessScope types.String `tfsdk:"access_scope"`
Algorithm types.String `tfsdk:"algorithm"`
Description types.String `tfsdk:"description"`
DisplayName types.String `tfsdk:"display_name"`
Id types.String `tfsdk:"id"` // needed by TF
KeyRingId types.String `tfsdk:"keyring_id"`
Protection types.String `tfsdk:"protection"`
Purpose types.String `tfsdk:"purpose"`
ProjectId types.String `tfsdk:"project_id"`
Region types.String `tfsdk:"region"`
WrappingKeyId types.String `tfsdk:"wrapping_key_id"`
PublicKey types.String `tfsdk:"public_key"`
ExpiresAt types.String `tfsdk:"expires_at"`
CreatedAt types.String `tfsdk:"created_at"`
}
Click to show internal directories.
Click to hide internal directories.