Documentation
¶
Index ¶
- func AppsDataSourceSchema(ctx context.Context) schema.Schema
- type AppsModel
- type AppsType
- func (t AppsType) Equal(o attr.Type) bool
- func (t AppsType) String() string
- func (t AppsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AppsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AppsType) ValueType(ctx context.Context) attr.Value
- type AppsValue
- func (v AppsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AppsValue) Equal(o attr.Value) bool
- func (v AppsValue) IsNull() bool
- func (v AppsValue) IsUnknown() bool
- func (v AppsValue) String() string
- func (v AppsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AppsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AppsValue) Type(ctx context.Context) attr.Type
- type LinksType
- func (t LinksType) Equal(o attr.Type) bool
- func (t LinksType) String() string
- func (t LinksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t LinksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t LinksType) ValueType(ctx context.Context) attr.Value
- type LinksValue
- func NewLinksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (LinksValue, diag.Diagnostics)
- func NewLinksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) LinksValue
- func NewLinksValueNull() LinksValue
- func NewLinksValueUnknown() LinksValue
- func (v LinksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v LinksValue) Equal(o attr.Value) bool
- func (v LinksValue) IsNull() bool
- func (v LinksValue) IsUnknown() bool
- func (v LinksValue) String() string
- func (v LinksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v LinksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v LinksValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppsType ¶
type AppsType struct {
basetypes.ObjectType
}
func (AppsType) ValueFromObject ¶
func (t AppsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AppsType) ValueFromTerraform ¶
type AppsValue ¶
type AppsValue struct {
Links basetypes.ObjectValue `tfsdk:"_links"`
AccountId basetypes.StringValue `tfsdk:"account_id"`
ApnsAuthType basetypes.StringValue `tfsdk:"apns_auth_type"`
ApnsCertificateConfigured basetypes.BoolValue `tfsdk:"apns_certificate_configured"`
ApnsIssuerKey basetypes.StringValue `tfsdk:"apns_issuer_key"`
ApnsSigningKeyConfigured basetypes.BoolValue `tfsdk:"apns_signing_key_configured"`
ApnsSigningKeyId basetypes.StringValue `tfsdk:"apns_signing_key_id"`
ApnsTopicHeader basetypes.StringValue `tfsdk:"apns_topic_header"`
ApnsUseSandboxEndpoint basetypes.BoolValue `tfsdk:"apns_use_sandbox_endpoint"`
Created basetypes.Int64Value `tfsdk:"created"`
FcmProjectId basetypes.StringValue `tfsdk:"fcm_project_id"`
FcmServiceAccountConfigured basetypes.BoolValue `tfsdk:"fcm_service_account_configured"`
Id basetypes.StringValue `tfsdk:"id"`
Modified basetypes.Int64Value `tfsdk:"modified"`
Name basetypes.StringValue `tfsdk:"name"`
Status basetypes.StringValue `tfsdk:"status"`
TlsOnly basetypes.BoolValue `tfsdk:"tls_only"`
// contains filtered or unexported fields
}
func NewAppsValue ¶
func NewAppsValueMust ¶
func NewAppsValueNull ¶
func NewAppsValueNull() AppsValue
func NewAppsValueUnknown ¶
func NewAppsValueUnknown() AppsValue
func (AppsValue) AttributeTypes ¶
func (AppsValue) ToObjectValue ¶
func (v AppsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AppsValue) ToTerraformValue ¶
type LinksType ¶
type LinksType struct {
basetypes.ObjectType
}
func (LinksType) ValueFromObject ¶
func (t LinksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (LinksType) ValueFromTerraform ¶
type LinksValue ¶
type LinksValue struct {
// contains filtered or unexported fields
}
func NewLinksValue ¶
func NewLinksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (LinksValue, diag.Diagnostics)
func NewLinksValueMust ¶
func NewLinksValueNull ¶
func NewLinksValueNull() LinksValue
func NewLinksValueUnknown ¶
func NewLinksValueUnknown() LinksValue
func (LinksValue) AttributeTypes ¶
func (LinksValue) IsNull ¶
func (v LinksValue) IsNull() bool
func (LinksValue) IsUnknown ¶
func (v LinksValue) IsUnknown() bool
func (LinksValue) String ¶
func (v LinksValue) String() string
func (LinksValue) ToObjectValue ¶
func (v LinksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (LinksValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.