Versions in this module Expand all Collapse all v0 v0.3.0 Feb 17, 2025 Changes in this version + func ConsoleUserV2ResourceSchema(ctx context.Context) schema.Schema + type ConsoleUserV2Model struct + Name types.String + Spec SpecValue + type PermissionsType struct + func (t PermissionsType) Equal(o attr.Type) bool + func (t PermissionsType) String() string + func (t PermissionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t PermissionsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t PermissionsType) ValueType(ctx context.Context) attr.Value + type PermissionsValue struct + Cluster basetypes.StringValue + KafkaConnect basetypes.StringValue + Name basetypes.StringValue + PatternType basetypes.StringValue + Permissions basetypes.SetValue + ResourceType basetypes.StringValue + func NewPermissionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PermissionsValue, diag.Diagnostics) + func NewPermissionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PermissionsValue + func NewPermissionsValueNull() PermissionsValue + func NewPermissionsValueUnknown() PermissionsValue + func (v PermissionsValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v PermissionsValue) Equal(o attr.Value) bool + func (v PermissionsValue) IsNull() bool + func (v PermissionsValue) IsUnknown() bool + func (v PermissionsValue) String() string + func (v PermissionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v PermissionsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v PermissionsValue) Type(ctx context.Context) attr.Type + type SpecType struct + func (t SpecType) Equal(o attr.Type) bool + func (t SpecType) String() string + func (t SpecType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t SpecType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t SpecType) ValueType(ctx context.Context) attr.Value + type SpecValue struct + Firstname basetypes.StringValue + Lastname basetypes.StringValue + Permissions basetypes.SetValue + func NewSpecValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SpecValue, diag.Diagnostics) + func NewSpecValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SpecValue + func NewSpecValueNull() SpecValue + func NewSpecValueUnknown() SpecValue + func (v SpecValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v SpecValue) Equal(o attr.Value) bool + func (v SpecValue) IsNull() bool + func (v SpecValue) IsUnknown() bool + func (v SpecValue) String() string + func (v SpecValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v SpecValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v SpecValue) Type(ctx context.Context) attr.Type