Versions in this module Expand all Collapse all v0 v0.1.1 Nov 20, 2024 Changes in this version + func NewApplicationDataSource() datasource.DataSource + func NewApplicationResource() resource.Resource + type ApplicationDataSource struct + func (d *ApplicationDataSource) ConfigValidators(ctx context.Context) []datasource.ConfigValidator + func (d *ApplicationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *ApplicationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *ApplicationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *ApplicationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...) + type ApplicationResource struct + func (r *ApplicationResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *ApplicationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *ApplicationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *ApplicationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...) + func (r *ApplicationResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *ApplicationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *ApplicationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *ApplicationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type ListApplications200ResponseInnerOwner struct + Id types.String + Name types.String + Type types.String + func (m ListApplications200ResponseInnerOwner) AttributeTypes() map[string]attr.Type + type SailApplication struct + AccessProfileIds []string + AccountServiceExternalId string + AccountServiceId int + AccountServiceMatchAllAccounts bool + AccountServiceName string + AccountServicePolicyId string + AccountServicePolicyName string + AccountServiceUseForPasswordManagement bool + AppCenterEnabled bool + AppId string + ControlType string + DateCreated int + Description string + EnableSso bool + ExternalId string + HasAutomations bool + HasLinks bool + Icon string + Id string + LastUpdated int + LauncherCount int + LaunchpadEnabled bool + Mobile bool + Name string + Owner SailApplicationOwner + PasswordManaged bool + PasswordServiceId int + PasswordServiceName string + PasswordServicePolicyId string + PasswordServicePolicyName string + PasswordServiceUseForPasswordManagement bool + PrivateApp bool + ProvisionRequestEnabled bool + RequireStrongAuthn bool + ScriptName string + SelectedSsoMethod string + Service string + ServiceAppId string + ServiceId string + SsoMethod string + Status string + StepUpAuthType string + SupportedOffNetwork string + SupportedSsoMethods int + UsageAnalytics bool + UsageCertRequired bool + XsdVersion string + type SailApplicationAccessAssociation struct + AccessProfileIds []string + type SailApplicationAccessProfiles struct + Count int + Items []SailApplicationAccessProfilesItems + type SailApplicationAccessProfilesItems struct + Description string + Id string + Name string + type SailApplicationAppProfiles struct + CreatedBy string + DateCreated string + Filename string + Id int + XsdVersion string + type SailApplicationCreate struct + AppType string + Description string + Name string + type SailApplicationHealth struct + Healthy bool + LastChanged string + Since int + Status string + type SailApplicationOwner struct + Id string + Name string + type SailApplicationUpdate struct + AccessProfileIds []string + AccountServiceId int + Description string + LaunchpadEnabled bool + Name string + OwnerId string + ProvisionRequestEnabled bool + type SourceApp struct + AccessProfileIds types.Set + AccountSourceId types.String + AppCenterEnabled types.Bool + CloudAppId types.String + Created types.String + Description types.String + Enabled types.Bool + Id types.String + MatchAllAccounts types.Bool + Modified types.String + Name types.String + Owner types.Object + ProvisionRequestEnabled types.Bool