Documentation
¶
Index ¶
- func DataSources() []func() datasource.DataSource
- func NewCredentialIssuanceRuleDataSource() datasource.DataSource
- func NewCredentialIssuanceRuleResource() resource.Resource
- func NewCredentialIssuerProfileDataSource() datasource.DataSource
- func NewCredentialIssuerProfileResource() resource.Resource
- func NewCredentialTypeDataSource() datasource.DataSource
- func NewCredentialTypeResource() resource.Resource
- func NewCredentialTypesDataSource() datasource.DataSource
- func NewDigitalWalletApplicationDataSource() datasource.DataSource
- func NewDigitalWalletApplicationResource() resource.Resource
- func NewDigitalWalletApplicationsDataSource() datasource.DataSource
- func PrepareClient(ctx context.Context, resourceConfig framework.ResourceType) (*credentials.APIClient, error)
- func Resources() []func() resource.Resource
- type AutomationDataSourceModel
- type AutomationModel
- type CredentialIssuanceRuleDataSource
- func (r *CredentialIssuanceRuleDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *CredentialIssuanceRuleDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *CredentialIssuanceRuleDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *CredentialIssuanceRuleDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type CredentialIssuanceRuleDataSourceModel
- type CredentialIssuanceRuleResource
- func (r *CredentialIssuanceRuleResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *CredentialIssuanceRuleResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *CredentialIssuanceRuleResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *CredentialIssuanceRuleResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *CredentialIssuanceRuleResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *CredentialIssuanceRuleResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *CredentialIssuanceRuleResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *CredentialIssuanceRuleResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type CredentialIssuanceRuleResourceModel
- type CredentialIssuerProfileDataSource
- func (r *CredentialIssuerProfileDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *CredentialIssuerProfileDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *CredentialIssuerProfileDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *CredentialIssuerProfileDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type CredentialIssuerProfileDataSourceModel
- type CredentialIssuerProfileResource
- func (r *CredentialIssuerProfileResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *CredentialIssuerProfileResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *CredentialIssuerProfileResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *CredentialIssuerProfileResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *CredentialIssuerProfileResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *CredentialIssuerProfileResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *CredentialIssuerProfileResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *CredentialIssuerProfileResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type CredentialIssuerProfileResourceModel
- type CredentialTypeDataSource
- func (r *CredentialTypeDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *CredentialTypeDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *CredentialTypeDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *CredentialTypeDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type CredentialTypeDataSourceModel
- type CredentialTypeResource
- func (r *CredentialTypeResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *CredentialTypeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *CredentialTypeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *CredentialTypeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *CredentialTypeResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *CredentialTypeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *CredentialTypeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *CredentialTypeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type CredentialTypeResourceModel
- type CredentialTypesDataSource
- func (r *CredentialTypesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *CredentialTypesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *CredentialTypesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *CredentialTypesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type CredentialTypesDataSourceModel
- type DigitalWalletApplicationDataSource
- func (r *DigitalWalletApplicationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *DigitalWalletApplicationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *DigitalWalletApplicationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *DigitalWalletApplicationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type DigitalWalletApplicationDataSourceModel
- type DigitalWalletApplicationResource
- func (r *DigitalWalletApplicationResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *DigitalWalletApplicationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *DigitalWalletApplicationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *DigitalWalletApplicationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *DigitalWalletApplicationResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *DigitalWalletApplicationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *DigitalWalletApplicationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *DigitalWalletApplicationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type DigitalWalletApplicationResourceModel
- type DigitalWalletApplicationsDataSource
- func (r *DigitalWalletApplicationsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *DigitalWalletApplicationsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *DigitalWalletApplicationsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *DigitalWalletApplicationsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type DigitalWalletApplicationsDataSourceModel
- type FieldsDataSourceModel
- type FieldsModel
- type FilterDataSourceModel
- type FilterModel
- type MetadataDataSourceModel
- type MetadataModel
- type NotificationDataSourceModel
- type NotificationModel
- type NotificationTemplateDataSourceModel
- type NotificationTemplateModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSources ¶
func DataSources() []func() datasource.DataSource
func NewCredentialIssuanceRuleDataSource ¶
func NewCredentialIssuanceRuleDataSource() datasource.DataSource
New Object
func NewCredentialIssuanceRuleResource ¶
New Object
func NewCredentialIssuerProfileDataSource ¶
func NewCredentialIssuerProfileDataSource() datasource.DataSource
New Object
func NewCredentialIssuerProfileResource ¶
New Object
func NewCredentialTypeDataSource ¶
func NewCredentialTypeDataSource() datasource.DataSource
New Object
func NewCredentialTypesDataSource ¶
func NewCredentialTypesDataSource() datasource.DataSource
New Object
func NewDigitalWalletApplicationDataSource ¶
func NewDigitalWalletApplicationDataSource() datasource.DataSource
New Object
func NewDigitalWalletApplicationResource ¶
New Object
func NewDigitalWalletApplicationsDataSource ¶
func NewDigitalWalletApplicationsDataSource() datasource.DataSource
New Object
func PrepareClient ¶ added in v0.19.1
func PrepareClient(ctx context.Context, resourceConfig framework.ResourceType) (*credentials.APIClient, error)
Types ¶
type AutomationModel ¶
type CredentialIssuanceRuleDataSource ¶
type CredentialIssuanceRuleDataSource serviceClientType
Types
func (*CredentialIssuanceRuleDataSource) Configure ¶
func (r *CredentialIssuanceRuleDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*CredentialIssuanceRuleDataSource) Metadata ¶
func (r *CredentialIssuanceRuleDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*CredentialIssuanceRuleDataSource) Read ¶
func (r *CredentialIssuanceRuleDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*CredentialIssuanceRuleDataSource) Schema ¶
func (r *CredentialIssuanceRuleDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type CredentialIssuanceRuleDataSourceModel ¶
type CredentialIssuanceRuleDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
CredentialTypeId types.String `tfsdk:"credential_type_id"`
CredentialIssuanceRuleId types.String `tfsdk:"credential_issuance_rule_id"`
DigitalWalletApplicationId types.String `tfsdk:"digital_wallet_application_id"`
Automation types.Object `tfsdk:"automation"`
Filter types.Object `tfsdk:"filter"`
Notification types.Object `tfsdk:"notification"`
Status types.String `tfsdk:"status"`
}
type CredentialIssuanceRuleResource ¶
type CredentialIssuanceRuleResource serviceClientType
Types
func (*CredentialIssuanceRuleResource) Configure ¶
func (r *CredentialIssuanceRuleResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*CredentialIssuanceRuleResource) Create ¶
func (r *CredentialIssuanceRuleResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*CredentialIssuanceRuleResource) Delete ¶
func (r *CredentialIssuanceRuleResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*CredentialIssuanceRuleResource) ImportState ¶
func (r *CredentialIssuanceRuleResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*CredentialIssuanceRuleResource) Metadata ¶
func (r *CredentialIssuanceRuleResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*CredentialIssuanceRuleResource) Read ¶
func (r *CredentialIssuanceRuleResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*CredentialIssuanceRuleResource) Schema ¶
func (r *CredentialIssuanceRuleResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*CredentialIssuanceRuleResource) Update ¶
func (r *CredentialIssuanceRuleResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type CredentialIssuanceRuleResourceModel ¶
type CredentialIssuanceRuleResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
CredentialTypeId types.String `tfsdk:"credential_type_id"`
DigitalWalletApplicationId types.String `tfsdk:"digital_wallet_application_id"`
Automation types.Object `tfsdk:"automation"`
Filter types.Object `tfsdk:"filter"`
Notification types.Object `tfsdk:"notification"`
Status types.String `tfsdk:"status"`
}
type CredentialIssuerProfileDataSource ¶
type CredentialIssuerProfileDataSource serviceClientType
Types
func (*CredentialIssuerProfileDataSource) Configure ¶
func (r *CredentialIssuerProfileDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*CredentialIssuerProfileDataSource) Metadata ¶
func (r *CredentialIssuerProfileDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*CredentialIssuerProfileDataSource) Read ¶
func (r *CredentialIssuerProfileDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*CredentialIssuerProfileDataSource) Schema ¶
func (r *CredentialIssuerProfileDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type CredentialIssuerProfileDataSourceModel ¶
type CredentialIssuerProfileDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
ApplicationInstanceId types.String `tfsdk:"application_instance_id"`
CreatedAt types.String `tfsdk:"created_at"`
UpdatedAt types.String `tfsdk:"updated_at"`
Name types.String `tfsdk:"name"`
}
type CredentialIssuerProfileResource ¶
type CredentialIssuerProfileResource serviceClientType
Types
func (*CredentialIssuerProfileResource) Configure ¶
func (r *CredentialIssuerProfileResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*CredentialIssuerProfileResource) Create ¶
func (r *CredentialIssuerProfileResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*CredentialIssuerProfileResource) Delete ¶
func (r *CredentialIssuerProfileResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*CredentialIssuerProfileResource) ImportState ¶
func (r *CredentialIssuerProfileResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*CredentialIssuerProfileResource) Metadata ¶
func (r *CredentialIssuerProfileResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*CredentialIssuerProfileResource) Read ¶
func (r *CredentialIssuerProfileResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*CredentialIssuerProfileResource) Schema ¶
func (r *CredentialIssuerProfileResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema
func (*CredentialIssuerProfileResource) Update ¶
func (r *CredentialIssuerProfileResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type CredentialIssuerProfileResourceModel ¶
type CredentialIssuerProfileResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
ApplicationInstanceId types.String `tfsdk:"application_instance_id"`
CreatedAt types.String `tfsdk:"created_at"`
UpdatedAt types.String `tfsdk:"updated_at"`
Name types.String `tfsdk:"name"`
}
type CredentialTypeDataSource ¶
type CredentialTypeDataSource serviceClientType
Types
func (*CredentialTypeDataSource) Configure ¶
func (r *CredentialTypeDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*CredentialTypeDataSource) Metadata ¶
func (r *CredentialTypeDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*CredentialTypeDataSource) Read ¶
func (r *CredentialTypeDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*CredentialTypeDataSource) Schema ¶
func (r *CredentialTypeDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type CredentialTypeDataSourceModel ¶
type CredentialTypeDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
IssuerId types.String `tfsdk:"issuer_id"`
CredentialTypeId types.String `tfsdk:"credential_type_id"`
Title types.String `tfsdk:"title"`
Description types.String `tfsdk:"description"`
CardType types.String `tfsdk:"card_type"`
CardDesignTemplate types.String `tfsdk:"card_design_template"`
Metadata types.Object `tfsdk:"metadata"`
RevokeOnDelete types.Bool `tfsdk:"revoke_on_delete"`
CreatedAt types.String `tfsdk:"created_at"`
UpdatedAt types.String `tfsdk:"updated_at"`
}
type CredentialTypeResource ¶
type CredentialTypeResource serviceClientType
Types
func (*CredentialTypeResource) Configure ¶
func (r *CredentialTypeResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*CredentialTypeResource) Create ¶
func (r *CredentialTypeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*CredentialTypeResource) Delete ¶
func (r *CredentialTypeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*CredentialTypeResource) ImportState ¶
func (r *CredentialTypeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*CredentialTypeResource) Metadata ¶
func (r *CredentialTypeResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*CredentialTypeResource) Read ¶
func (r *CredentialTypeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*CredentialTypeResource) Schema ¶
func (r *CredentialTypeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*CredentialTypeResource) Update ¶
func (r *CredentialTypeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type CredentialTypeResourceModel ¶
type CredentialTypeResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
IssuerId types.String `tfsdk:"issuer_id"`
CardType types.String `tfsdk:"card_type"`
CardDesignTemplate types.String `tfsdk:"card_design_template"`
Description types.String `tfsdk:"description"`
Metadata types.Object `tfsdk:"metadata"`
RevokeOnDelete types.Bool `tfsdk:"revoke_on_delete"`
Title types.String `tfsdk:"title"`
CreatedAt types.String `tfsdk:"created_at"`
UpdatedAt types.String `tfsdk:"updated_at"`
}
type CredentialTypesDataSource ¶
type CredentialTypesDataSource serviceClientType
Types
func (*CredentialTypesDataSource) Configure ¶
func (r *CredentialTypesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*CredentialTypesDataSource) Metadata ¶
func (r *CredentialTypesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*CredentialTypesDataSource) Read ¶
func (r *CredentialTypesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*CredentialTypesDataSource) Schema ¶
func (r *CredentialTypesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type DigitalWalletApplicationDataSource ¶
type DigitalWalletApplicationDataSource serviceClientType
Types
func (*DigitalWalletApplicationDataSource) Configure ¶
func (r *DigitalWalletApplicationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*DigitalWalletApplicationDataSource) Metadata ¶
func (r *DigitalWalletApplicationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*DigitalWalletApplicationDataSource) Read ¶
func (r *DigitalWalletApplicationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*DigitalWalletApplicationDataSource) Schema ¶
func (r *DigitalWalletApplicationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type DigitalWalletApplicationDataSourceModel ¶
type DigitalWalletApplicationDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
DigitalWalletId types.String `tfsdk:"digital_wallet_id"`
ApplicationId types.String `tfsdk:"application_id"`
AppOpenUrl types.String `tfsdk:"app_open_url"`
Name types.String `tfsdk:"name"`
}
type DigitalWalletApplicationResource ¶
type DigitalWalletApplicationResource struct {
// contains filtered or unexported fields
}
Types
func (*DigitalWalletApplicationResource) Configure ¶
func (r *DigitalWalletApplicationResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*DigitalWalletApplicationResource) Create ¶
func (r *DigitalWalletApplicationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*DigitalWalletApplicationResource) Delete ¶
func (r *DigitalWalletApplicationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*DigitalWalletApplicationResource) ImportState ¶
func (r *DigitalWalletApplicationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*DigitalWalletApplicationResource) Metadata ¶
func (r *DigitalWalletApplicationResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*DigitalWalletApplicationResource) Read ¶
func (r *DigitalWalletApplicationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*DigitalWalletApplicationResource) Schema ¶
func (r *DigitalWalletApplicationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*DigitalWalletApplicationResource) Update ¶
func (r *DigitalWalletApplicationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type DigitalWalletApplicationsDataSource ¶
type DigitalWalletApplicationsDataSource serviceClientType
Types
func (*DigitalWalletApplicationsDataSource) Configure ¶
func (r *DigitalWalletApplicationsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*DigitalWalletApplicationsDataSource) Metadata ¶
func (r *DigitalWalletApplicationsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*DigitalWalletApplicationsDataSource) Read ¶
func (r *DigitalWalletApplicationsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*DigitalWalletApplicationsDataSource) Schema ¶
func (r *DigitalWalletApplicationsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type FieldsDataSourceModel ¶
type FieldsModel ¶
type FilterDataSourceModel ¶
type FilterModel ¶
type MetadataDataSourceModel ¶
type MetadataDataSourceModel struct {
BackgroundImage types.String `tfsdk:"background_image"`
BgOpacityPercent types.Int64 `tfsdk:"bg_opacity_percent"`
CardColor types.String `tfsdk:"card_color"`
Columns types.Int64 `tfsdk:"columns"`
Description types.String `tfsdk:"description"`
TextColor types.String `tfsdk:"text_color"`
Version types.Int64 `tfsdk:"version"`
LogoImage types.String `tfsdk:"logo_image"`
Name types.String `tfsdk:"name"`
Fields types.List `tfsdk:"fields"`
}
type MetadataModel ¶
type MetadataModel struct {
BackgroundImage types.String `tfsdk:"background_image"`
BgOpacityPercent types.Int64 `tfsdk:"bg_opacity_percent"`
CardColor types.String `tfsdk:"card_color"`
Columns types.Int64 `tfsdk:"columns"`
Description types.String `tfsdk:"description"`
TextColor types.String `tfsdk:"text_color"`
Version types.Int64 `tfsdk:"version"`
LogoImage types.String `tfsdk:"logo_image"`
Name types.String `tfsdk:"name"`
Fields types.List `tfsdk:"fields"`
}
type NotificationModel ¶
Source Files
¶
- data_source_credential_issuance_rule.go
- data_source_credential_issuer_profile.go
- data_source_credential_type.go
- data_source_credential_types.go
- data_source_digital_wallet_application.go
- data_source_digital_wallet_applications.go
- resource_credential_issuance_rule.go
- resource_credential_issuer_profile.go
- resource_credential_type.go
- resource_digital_wallet_application.go
- service.go
Click to show internal directories.
Click to hide internal directories.