Documentation
¶
Index ¶
- func ApplicationAttributeMappingMappingTypeOkToTF(v *management.EnumAttributeMappingType, ok bool) basetypes.StringValue
- func DataSources() []func() datasource.DataSource
- func DatasourcePasswordPolicy() *schema.Resource
- func DatasourceResourceAttribute() *schema.Resource
- func DatasourceResourceScope() *schema.Resource
- func FetchDefaultPopulation(ctx context.Context, apiClient *management.APIClient, environmentID string) (*management.Population, diag.Diagnostics)
- func FetchDefaultPopulationWithTimeout(ctx context.Context, apiClient *management.APIClient, environmentID string, ...) (*management.Population, diag.Diagnostics)
- func IdentityProviderAttributeMappingTypeOkToTF(v *management.EnumIdentityProviderAttributeMappingType, ok bool) basetypes.StringValue
- func IdentityProviderAttributeMappingUpdateOkToTF(v *management.EnumIdentityProviderAttributeMappingUpdate, ok bool) basetypes.StringValue
- func NewApplicationAttributeMappingResource() resource.Resource
- func NewApplicationFlowPolicyAssignmentResource() resource.Resource
- func NewApplicationResourceGrantResource() resource.Resource
- func NewFlowPoliciesDataSource() datasource.DataSource
- func NewFlowPolicyDataSource() datasource.DataSource
- func NewIdentityProviderAttributeResource() resource.Resource
- func NewPopulationDataSource() datasource.DataSource
- func NewPopulationResource() resource.Resource
- func NewPopulationsDataSource() datasource.DataSource
- func NewResourceAttributeResource() resource.Resource
- func NewResourceDataSource() datasource.DataSource
- func NewSchemaAttributeResource() resource.Resource
- func NewSchemaDataSource() datasource.DataSource
- func NewUserDataSource() datasource.DataSource
- func NewUserResource() resource.Resource
- func NewUsersDataSource() datasource.DataSource
- func PingOnePopulationCreate(ctx context.Context, apiClient *management.APIClient, environmentID string, ...) (*management.Population, diag.Diagnostics)
- func PrepareClient(ctx context.Context, resourceConfig framework.ResourceType) (*management.APIClient, error)
- func ResourceApplication() *schema.Resource
- func ResourceApplicationRoleAssignment() *schema.Resource
- func ResourceApplicationSignOnPolicyAssignment() *schema.Resource
- func ResourceGroup() *schema.Resource
- func ResourceGroupNesting() *schema.Resource
- func ResourceIdentityProvider() *schema.Resource
- func ResourcePasswordPolicy() *schema.Resource
- func ResourceResource() *schema.Resource
- func ResourceResourceScope() *schema.Resource
- func ResourceResourceScopeOpenID() *schema.Resource
- func ResourceResourceScopePingOneAPI() *schema.Resource
- func ResourceSignOnPolicy() *schema.Resource
- func ResourceSignOnPolicyAction() *schema.Resource
- func Resources() []func() resource.Resource
- type ApplicationAttributeMappingResource
- func (r *ApplicationAttributeMappingResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ApplicationAttributeMappingResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ApplicationAttributeMappingResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ApplicationAttributeMappingResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ApplicationAttributeMappingResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ApplicationAttributeMappingResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ApplicationAttributeMappingResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ApplicationAttributeMappingResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ApplicationAttributeMappingResourceModel
- type ApplicationFlowPolicyAssignmentResource
- func (r *ApplicationFlowPolicyAssignmentResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ApplicationFlowPolicyAssignmentResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ApplicationFlowPolicyAssignmentResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ApplicationFlowPolicyAssignmentResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ApplicationFlowPolicyAssignmentResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ApplicationFlowPolicyAssignmentResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ApplicationFlowPolicyAssignmentResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ApplicationFlowPolicyAssignmentResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ApplicationFlowPolicyAssignmentResourceModel
- type ApplicationResourceGrantResource
- func (r *ApplicationResourceGrantResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ApplicationResourceGrantResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ApplicationResourceGrantResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ApplicationResourceGrantResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ApplicationResourceGrantResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ApplicationResourceGrantResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ApplicationResourceGrantResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ApplicationResourceGrantResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ApplicationResourceGrantResourceModel
- type FlowPoliciesDataSource
- func (r *FlowPoliciesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *FlowPoliciesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *FlowPoliciesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *FlowPoliciesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type FlowPoliciesDataSourceModel
- type FlowPolicyDataSource
- func (r *FlowPolicyDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *FlowPolicyDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *FlowPolicyDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *FlowPolicyDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type FlowPolicyDataSourceModel
- type IdentityProviderAttributeResource
- func (r *IdentityProviderAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *IdentityProviderAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *IdentityProviderAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *IdentityProviderAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *IdentityProviderAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *IdentityProviderAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *IdentityProviderAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *IdentityProviderAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type IdentityProviderAttributeResourceModel
- type PopulationDataSource
- func (r *PopulationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *PopulationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *PopulationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *PopulationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type PopulationDataSourceModel
- type PopulationResource
- func (r *PopulationResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *PopulationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *PopulationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *PopulationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *PopulationResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *PopulationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *PopulationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *PopulationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type PopulationResourceModel
- type PopulationsDataSource
- func (r *PopulationsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *PopulationsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *PopulationsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *PopulationsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type PopulationsDataSourceModel
- type ResourceAttributeResource
- func (r *ResourceAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ResourceAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ResourceAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ResourceAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ResourceAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ResourceAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ResourceAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ResourceAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ResourceAttributeResourceModel
- type ResourceDataSource
- func (r *ResourceDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *ResourceDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *ResourceDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *ResourceDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type ResourceDataSourceModel
- type SchemaAttributeEnumeratedValuesResourceModel
- type SchemaAttributeRegexValidationModel
- type SchemaAttributeResource
- func (r *SchemaAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *SchemaAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *SchemaAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *SchemaAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *SchemaAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *SchemaAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *SchemaAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *SchemaAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- func (r *SchemaAttributeResource) UpgradeState(ctx context.Context) map[int64]resource.StateUpgrader
- type SchemaAttributeResourceModelV0
- type SchemaAttributeResourceModelV1
- type SchemaDataSource
- func (r *SchemaDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *SchemaDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *SchemaDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *SchemaDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type SchemaDataSourceModel
- type UserAccountResourceModel
- type UserAddressResourceModel
- type UserDataSource
- func (r *UserDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *UserDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *UserDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *UserDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type UserDataSourceModel
- type UserIdentityProviderResourceModel
- type UserLifecycleResourceModel
- type UserNameResourceModel
- type UserPasswordExternalGatewayResourceModel
- type UserPasswordExternalResourceModel
- type UserPasswordResourceModel
- type UserPhotoResourceModel
- type UserResource
- func (r *UserResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *UserResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *UserResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *UserResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *UserResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *UserResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, ...)
- func (r *UserResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *UserResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *UserResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type UserResourceModel
- type UsersDataSource
- func (r *UsersDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *UsersDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *UsersDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *UsersDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type UsersDataSourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationAttributeMappingMappingTypeOkToTF ¶ added in v0.12.0
func ApplicationAttributeMappingMappingTypeOkToTF(v *management.EnumAttributeMappingType, ok bool) basetypes.StringValue
func DataSources ¶ added in v0.9.0
func DataSources() []func() datasource.DataSource
func DatasourcePasswordPolicy ¶ added in v0.2.0
func DatasourceResourceAttribute ¶ added in v0.7.0
func DatasourceResourceScope ¶ added in v0.3.0
func FetchDefaultPopulation ¶ added in v0.11.0
func FetchDefaultPopulation(ctx context.Context, apiClient *management.APIClient, environmentID string) (*management.Population, diag.Diagnostics)
func FetchDefaultPopulationWithTimeout ¶ added in v0.11.0
func FetchDefaultPopulationWithTimeout(ctx context.Context, apiClient *management.APIClient, environmentID string, timeout time.Duration) (*management.Population, diag.Diagnostics)
func IdentityProviderAttributeMappingTypeOkToTF ¶ added in v0.12.0
func IdentityProviderAttributeMappingTypeOkToTF(v *management.EnumIdentityProviderAttributeMappingType, ok bool) basetypes.StringValue
func IdentityProviderAttributeMappingUpdateOkToTF ¶ added in v0.12.0
func IdentityProviderAttributeMappingUpdateOkToTF(v *management.EnumIdentityProviderAttributeMappingUpdate, ok bool) basetypes.StringValue
func NewApplicationAttributeMappingResource ¶ added in v0.12.0
New Object
func NewApplicationFlowPolicyAssignmentResource ¶ added in v0.11.0
New Object
func NewApplicationResourceGrantResource ¶ added in v0.18.0
New Object
func NewFlowPoliciesDataSource ¶ added in v0.11.0
func NewFlowPoliciesDataSource() datasource.DataSource
New Object
func NewFlowPolicyDataSource ¶ added in v0.11.0
func NewFlowPolicyDataSource() datasource.DataSource
New Object
func NewIdentityProviderAttributeResource ¶ added in v0.12.0
New Object
func NewPopulationDataSource ¶ added in v0.9.0
func NewPopulationDataSource() datasource.DataSource
New Object
func NewPopulationResource ¶ added in v0.15.1
New Object
func NewPopulationsDataSource ¶ added in v0.9.0
func NewPopulationsDataSource() datasource.DataSource
New Object
func NewResourceAttributeResource ¶ added in v0.12.0
New Object
func NewResourceDataSource ¶ added in v0.19.0
func NewResourceDataSource() datasource.DataSource
New Object
func NewSchemaAttributeResource ¶ added in v0.16.0
New Object
func NewSchemaDataSource ¶ added in v0.12.0
func NewSchemaDataSource() datasource.DataSource
New Object
func NewUsersDataSource ¶ added in v0.17.1
func NewUsersDataSource() datasource.DataSource
New Object
func PingOnePopulationCreate ¶
func PingOnePopulationCreate(ctx context.Context, apiClient *management.APIClient, environmentID string, population management.Population) (*management.Population, diag.Diagnostics)
func PrepareClient ¶ added in v0.19.1
func PrepareClient(ctx context.Context, resourceConfig framework.ResourceType) (*management.APIClient, error)
func ResourceApplication ¶ added in v0.2.0
func ResourceApplicationRoleAssignment ¶ added in v0.2.0
func ResourceApplicationSignOnPolicyAssignment ¶ added in v0.2.0
func ResourceGroup ¶
func ResourceGroupNesting ¶ added in v0.5.0
func ResourceIdentityProvider ¶ added in v0.3.0
func ResourcePasswordPolicy ¶ added in v0.2.0
func ResourceResource ¶ added in v0.3.0
func ResourceResourceScope ¶ added in v0.3.0
func ResourceResourceScopeOpenID ¶ added in v0.7.0
func ResourceResourceScopePingOneAPI ¶ added in v0.7.0
func ResourceSignOnPolicy ¶ added in v0.2.0
func ResourceSignOnPolicyAction ¶ added in v0.2.0
Types ¶
type ApplicationAttributeMappingResource ¶ added in v0.12.0
type ApplicationAttributeMappingResource serviceClientType
Types
func (*ApplicationAttributeMappingResource) Configure ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ApplicationAttributeMappingResource) Create ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ApplicationAttributeMappingResource) Delete ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ApplicationAttributeMappingResource) ImportState ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*ApplicationAttributeMappingResource) Metadata ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*ApplicationAttributeMappingResource) Read ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ApplicationAttributeMappingResource) Schema ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*ApplicationAttributeMappingResource) Update ¶ added in v0.12.0
func (r *ApplicationAttributeMappingResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ApplicationAttributeMappingResourceModel ¶ added in v0.12.0
type ApplicationAttributeMappingResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
ApplicationId types.String `tfsdk:"application_id"`
Name types.String `tfsdk:"name"`
Required types.Bool `tfsdk:"required"`
Value types.String `tfsdk:"value"`
MappingType types.String `tfsdk:"mapping_type"`
OIDCScopes types.Set `tfsdk:"oidc_scopes"`
OIDCIDTokenEnabled types.Bool `tfsdk:"oidc_id_token_enabled"`
OIDCUserinfoEnabled types.Bool `tfsdk:"oidc_userinfo_enabled"`
SAMLSubjectNameformat types.String `tfsdk:"saml_subject_nameformat"`
}
type ApplicationFlowPolicyAssignmentResource ¶ added in v0.11.0
type ApplicationFlowPolicyAssignmentResource serviceClientType
Types
func (*ApplicationFlowPolicyAssignmentResource) Configure ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ApplicationFlowPolicyAssignmentResource) Create ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ApplicationFlowPolicyAssignmentResource) Delete ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ApplicationFlowPolicyAssignmentResource) ImportState ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*ApplicationFlowPolicyAssignmentResource) Metadata ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*ApplicationFlowPolicyAssignmentResource) Read ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ApplicationFlowPolicyAssignmentResource) Schema ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema
func (*ApplicationFlowPolicyAssignmentResource) Update ¶ added in v0.11.0
func (r *ApplicationFlowPolicyAssignmentResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ApplicationFlowPolicyAssignmentResourceModel ¶ added in v0.11.0
type ApplicationResourceGrantResource ¶ added in v0.18.0
type ApplicationResourceGrantResource serviceClientType
Types
func (*ApplicationResourceGrantResource) Configure ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ApplicationResourceGrantResource) Create ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ApplicationResourceGrantResource) Delete ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ApplicationResourceGrantResource) ImportState ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*ApplicationResourceGrantResource) Metadata ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*ApplicationResourceGrantResource) Read ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ApplicationResourceGrantResource) Schema ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*ApplicationResourceGrantResource) Update ¶ added in v0.18.0
func (r *ApplicationResourceGrantResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ApplicationResourceGrantResourceModel ¶ added in v0.18.0
type FlowPoliciesDataSource ¶ added in v0.11.0
type FlowPoliciesDataSource serviceClientType
Types
func (*FlowPoliciesDataSource) Configure ¶ added in v0.11.0
func (r *FlowPoliciesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*FlowPoliciesDataSource) Metadata ¶ added in v0.11.0
func (r *FlowPoliciesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*FlowPoliciesDataSource) Read ¶ added in v0.11.0
func (r *FlowPoliciesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*FlowPoliciesDataSource) Schema ¶ added in v0.11.0
func (r *FlowPoliciesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type FlowPoliciesDataSourceModel ¶ added in v0.11.0
type FlowPolicyDataSource ¶ added in v0.11.0
type FlowPolicyDataSource serviceClientType
Types
func (*FlowPolicyDataSource) Configure ¶ added in v0.11.0
func (r *FlowPolicyDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*FlowPolicyDataSource) Metadata ¶ added in v0.11.0
func (r *FlowPolicyDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*FlowPolicyDataSource) Read ¶ added in v0.11.0
func (r *FlowPolicyDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*FlowPolicyDataSource) Schema ¶ added in v0.11.0
func (r *FlowPolicyDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type FlowPolicyDataSourceModel ¶ added in v0.11.0
type FlowPolicyDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
FlowPolicyId types.String `tfsdk:"flow_policy_id"`
Name types.String `tfsdk:"name"`
Enabled types.Bool `tfsdk:"enabled"`
DaVinciApplication types.List `tfsdk:"davinci_application"`
Trigger types.List `tfsdk:"trigger"`
}
type IdentityProviderAttributeResource ¶ added in v0.12.0
type IdentityProviderAttributeResource serviceClientType
Types
func (*IdentityProviderAttributeResource) Configure ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*IdentityProviderAttributeResource) Create ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*IdentityProviderAttributeResource) Delete ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*IdentityProviderAttributeResource) ImportState ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*IdentityProviderAttributeResource) Metadata ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*IdentityProviderAttributeResource) Read ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*IdentityProviderAttributeResource) Schema ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*IdentityProviderAttributeResource) Update ¶ added in v0.12.0
func (r *IdentityProviderAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type IdentityProviderAttributeResourceModel ¶ added in v0.12.0
type IdentityProviderAttributeResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
IdentityProviderId types.String `tfsdk:"identity_provider_id"`
Name types.String `tfsdk:"name"`
Update types.String `tfsdk:"update"`
Value types.String `tfsdk:"value"`
MappingType types.String `tfsdk:"mapping_type"`
}
type PopulationDataSource ¶ added in v0.9.0
type PopulationDataSource serviceClientType
Types
func (*PopulationDataSource) Configure ¶ added in v0.9.0
func (r *PopulationDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*PopulationDataSource) Metadata ¶ added in v0.9.0
func (r *PopulationDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*PopulationDataSource) Read ¶ added in v0.9.0
func (r *PopulationDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*PopulationDataSource) Schema ¶ added in v0.9.0
func (r *PopulationDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type PopulationDataSourceModel ¶ added in v0.9.0
type PopulationDataSourceModel struct {
Description types.String `tfsdk:"description"`
EnvironmentId types.String `tfsdk:"environment_id"`
Id types.String `tfsdk:"id"`
Name types.String `tfsdk:"name"`
PasswordPolicyId types.String `tfsdk:"password_policy_id"`
PopulationId types.String `tfsdk:"population_id"`
}
type PopulationResource ¶ added in v0.15.1
type PopulationResource serviceClientType
Types
func (*PopulationResource) Configure ¶ added in v0.15.1
func (r *PopulationResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*PopulationResource) Create ¶ added in v0.15.1
func (r *PopulationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*PopulationResource) Delete ¶ added in v0.15.1
func (r *PopulationResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*PopulationResource) ImportState ¶ added in v0.15.1
func (r *PopulationResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*PopulationResource) Metadata ¶ added in v0.15.1
func (r *PopulationResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*PopulationResource) Read ¶ added in v0.15.1
func (r *PopulationResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*PopulationResource) Schema ¶ added in v0.15.1
func (r *PopulationResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*PopulationResource) Update ¶ added in v0.15.1
func (r *PopulationResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type PopulationResourceModel ¶ added in v0.15.1
type PopulationsDataSource ¶ added in v0.9.0
type PopulationsDataSource serviceClientType
Types
func (*PopulationsDataSource) Configure ¶ added in v0.9.0
func (r *PopulationsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*PopulationsDataSource) Metadata ¶ added in v0.9.0
func (r *PopulationsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*PopulationsDataSource) Read ¶ added in v0.9.0
func (r *PopulationsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*PopulationsDataSource) Schema ¶ added in v0.9.0
func (r *PopulationsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type PopulationsDataSourceModel ¶ added in v0.9.0
type ResourceAttributeResource ¶ added in v0.12.0
type ResourceAttributeResource serviceClientType
Types
func (*ResourceAttributeResource) Configure ¶ added in v0.12.0
func (r *ResourceAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ResourceAttributeResource) Create ¶ added in v0.12.0
func (r *ResourceAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ResourceAttributeResource) Delete ¶ added in v0.12.0
func (r *ResourceAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ResourceAttributeResource) ImportState ¶ added in v0.12.0
func (r *ResourceAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*ResourceAttributeResource) Metadata ¶ added in v0.12.0
func (r *ResourceAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*ResourceAttributeResource) Read ¶ added in v0.12.0
func (r *ResourceAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ResourceAttributeResource) Schema ¶ added in v0.12.0
func (r *ResourceAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*ResourceAttributeResource) Update ¶ added in v0.12.0
func (r *ResourceAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ResourceAttributeResourceModel ¶ added in v0.12.0
type ResourceAttributeResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
ResourceId types.String `tfsdk:"resource_id"`
ResourceName types.String `tfsdk:"resource_name"`
Name types.String `tfsdk:"name"`
Type types.String `tfsdk:"type"`
Value types.String `tfsdk:"value"`
IDTokenEnabled types.Bool `tfsdk:"id_token_enabled"`
UserinfoEnabled types.Bool `tfsdk:"userinfo_enabled"`
}
type ResourceDataSource ¶ added in v0.19.0
type ResourceDataSource serviceClientType
Types
func (*ResourceDataSource) Configure ¶ added in v0.19.0
func (r *ResourceDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*ResourceDataSource) Metadata ¶ added in v0.19.0
func (r *ResourceDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*ResourceDataSource) Read ¶ added in v0.19.0
func (r *ResourceDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*ResourceDataSource) Schema ¶ added in v0.19.0
func (r *ResourceDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type ResourceDataSourceModel ¶ added in v0.19.0
type ResourceDataSourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
ResourceId types.String `tfsdk:"resource_id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
Type types.String `tfsdk:"type"`
Audience types.String `tfsdk:"audience"`
AccessTokenValiditySeconds types.Int64 `tfsdk:"access_token_validity_seconds"`
IntrospectEndpointAuthMethod types.String `tfsdk:"introspect_endpoint_auth_method"`
ClientSecret types.String `tfsdk:"client_secret"`
}
type SchemaAttributeEnumeratedValuesResourceModel ¶ added in v0.16.0
type SchemaAttributeRegexValidationModel ¶ added in v0.16.0
type SchemaAttributeResource ¶ added in v0.16.0
type SchemaAttributeResource serviceClientType
Types
func (*SchemaAttributeResource) Configure ¶ added in v0.16.0
func (r *SchemaAttributeResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*SchemaAttributeResource) Create ¶ added in v0.16.0
func (r *SchemaAttributeResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*SchemaAttributeResource) Delete ¶ added in v0.16.0
func (r *SchemaAttributeResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*SchemaAttributeResource) ImportState ¶ added in v0.16.0
func (r *SchemaAttributeResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*SchemaAttributeResource) Metadata ¶ added in v0.16.0
func (r *SchemaAttributeResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*SchemaAttributeResource) Read ¶ added in v0.16.0
func (r *SchemaAttributeResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*SchemaAttributeResource) Schema ¶ added in v0.16.0
func (r *SchemaAttributeResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*SchemaAttributeResource) Update ¶ added in v0.16.0
func (r *SchemaAttributeResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
func (*SchemaAttributeResource) UpgradeState ¶ added in v0.19.0
func (r *SchemaAttributeResource) UpgradeState(ctx context.Context) map[int64]resource.StateUpgrader
type SchemaAttributeResourceModelV0 ¶ added in v0.19.0
type SchemaAttributeResourceModelV0 struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
Description types.String `tfsdk:"description"`
DisplayName types.String `tfsdk:"display_name"`
Enabled types.Bool `tfsdk:"enabled"`
EnumeratedValues types.Set `tfsdk:"enumerated_values"`
LdapAttribute types.String `tfsdk:"ldap_attribute"`
Multivalued types.Bool `tfsdk:"multivalued"`
Name types.String `tfsdk:"name"`
RegexValidation types.Object `tfsdk:"regex_validation"`
Required types.Bool `tfsdk:"required"`
SchemaId types.String `tfsdk:"schema_id"`
SchemaType types.String `tfsdk:"schema_type"`
Type types.String `tfsdk:"type"`
Unique types.Bool `tfsdk:"unique"`
}
type SchemaAttributeResourceModelV1 ¶ added in v0.19.0
type SchemaAttributeResourceModelV1 struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
Description types.String `tfsdk:"description"`
DisplayName types.String `tfsdk:"display_name"`
Enabled types.Bool `tfsdk:"enabled"`
EnumeratedValues types.Set `tfsdk:"enumerated_values"`
LdapAttribute types.String `tfsdk:"ldap_attribute"`
Multivalued types.Bool `tfsdk:"multivalued"`
Name types.String `tfsdk:"name"`
RegexValidation types.Object `tfsdk:"regex_validation"`
Required types.Bool `tfsdk:"required"`
SchemaId types.String `tfsdk:"schema_id"`
SchemaName types.String `tfsdk:"schema_name"`
SchemaType types.String `tfsdk:"schema_type"`
Type types.String `tfsdk:"type"`
Unique types.Bool `tfsdk:"unique"`
}
type SchemaDataSource ¶ added in v0.12.0
type SchemaDataSource serviceClientType
Types
func (*SchemaDataSource) Configure ¶ added in v0.12.0
func (r *SchemaDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*SchemaDataSource) Metadata ¶ added in v0.12.0
func (r *SchemaDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*SchemaDataSource) Read ¶ added in v0.12.0
func (r *SchemaDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*SchemaDataSource) Schema ¶ added in v0.12.0
func (r *SchemaDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type SchemaDataSourceModel ¶ added in v0.12.0
type UserAccountResourceModel ¶ added in v0.20.0
type UserAddressResourceModel ¶ added in v0.20.0
type UserDataSource ¶ added in v0.17.1
type UserDataSource serviceClientType
Types
func (*UserDataSource) Configure ¶ added in v0.17.1
func (r *UserDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*UserDataSource) Metadata ¶ added in v0.17.1
func (r *UserDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*UserDataSource) Read ¶ added in v0.17.1
func (r *UserDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*UserDataSource) Schema ¶ added in v0.17.1
func (r *UserDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
type UserDataSourceModel ¶ added in v0.17.1
type UserDataSourceModel struct {
Id types.String `tfsdk:"id"`
UserId types.String `tfsdk:"user_id"`
EnvironmentId types.String `tfsdk:"environment_id"`
Username types.String `tfsdk:"username"`
Email types.String `tfsdk:"email"`
EmailVerified types.Bool `tfsdk:"email_verified"`
Status types.String `tfsdk:"status"`
Enabled types.Bool `tfsdk:"enabled"`
PopulationId types.String `tfsdk:"population_id"`
Account types.Object `tfsdk:"account"`
Address types.Object `tfsdk:"address"`
ExternalId types.String `tfsdk:"external_id"`
IdentityProvider types.Object `tfsdk:"identity_provider"`
Lifecycle types.Object `tfsdk:"user_lifecycle"`
Locale types.String `tfsdk:"locale"`
MFAEnabled types.Bool `tfsdk:"mfa_enabled"`
MobilePhone types.String `tfsdk:"mobile_phone"`
Name types.Object `tfsdk:"name"`
Nickname types.String `tfsdk:"nickname"`
Password types.Object `tfsdk:"password"`
Photo types.Object `tfsdk:"photo"`
PreferredLanguage types.String `tfsdk:"preferred_language"`
PrimaryPhone types.String `tfsdk:"primary_phone"`
Timezone types.String `tfsdk:"timezone"`
Title types.String `tfsdk:"title"`
Type types.String `tfsdk:"type"`
VerifyStatus types.String `tfsdk:"verify_status"`
}
type UserIdentityProviderResourceModel ¶ added in v0.20.0
type UserLifecycleResourceModel ¶ added in v0.20.0
type UserNameResourceModel ¶ added in v0.20.0
type UserNameResourceModel struct {
Family types.String `tfsdk:"family"`
Formatted types.String `tfsdk:"formatted"`
Given types.String `tfsdk:"given"`
HonorificPrefix types.String `tfsdk:"honorific_prefix"`
HonorificSuffix types.String `tfsdk:"honorific_suffix"`
Middle types.String `tfsdk:"middle"`
}
type UserPasswordExternalGatewayResourceModel ¶ added in v0.20.0
type UserPasswordExternalResourceModel ¶ added in v0.20.0
type UserPasswordResourceModel ¶ added in v0.20.0
type UserPhotoResourceModel ¶ added in v0.20.0
type UserResource ¶ added in v0.17.1
type UserResource struct {
// contains filtered or unexported fields
}
Types
func (*UserResource) Configure ¶ added in v0.17.1
func (r *UserResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*UserResource) Create ¶ added in v0.17.1
func (r *UserResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*UserResource) Delete ¶ added in v0.17.1
func (r *UserResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*UserResource) ImportState ¶ added in v0.17.1
func (r *UserResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
func (*UserResource) Metadata ¶ added in v0.17.1
func (r *UserResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
Metadata
func (*UserResource) ModifyPlan ¶ added in v0.20.0
func (r *UserResource) ModifyPlan(ctx context.Context, req resource.ModifyPlanRequest, resp *resource.ModifyPlanResponse)
func (*UserResource) Read ¶ added in v0.17.1
func (r *UserResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*UserResource) Schema ¶ added in v0.17.1
func (r *UserResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
Schema.
func (*UserResource) Update ¶ added in v0.17.1
func (r *UserResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type UserResourceModel ¶ added in v0.17.1
type UserResourceModel struct {
Id types.String `tfsdk:"id"`
EnvironmentId types.String `tfsdk:"environment_id"`
Username types.String `tfsdk:"username"`
Email types.String `tfsdk:"email"`
//EmailVerified types.Bool `tfsdk:"email_verified"`
Status types.String `tfsdk:"status"`
Enabled types.Bool `tfsdk:"enabled"`
PopulationId types.String `tfsdk:"population_id"`
Account types.Object `tfsdk:"account"`
Address types.Object `tfsdk:"address"`
ExternalId types.String `tfsdk:"external_id"`
IdentityProvider types.Object `tfsdk:"identity_provider"`
Lifecycle types.Object `tfsdk:"user_lifecycle"`
Locale types.String `tfsdk:"locale"`
MFAEnabled types.Bool `tfsdk:"mfa_enabled"`
MobilePhone types.String `tfsdk:"mobile_phone"`
Name types.Object `tfsdk:"name"`
Nickname types.String `tfsdk:"nickname"`
Password types.Object `tfsdk:"password"`
Photo types.Object `tfsdk:"photo"`
PreferredLanguage types.String `tfsdk:"preferred_language"`
PrimaryPhone types.String `tfsdk:"primary_phone"`
Timezone types.String `tfsdk:"timezone"`
Title types.String `tfsdk:"title"`
Type types.String `tfsdk:"type"`
VerifyStatus types.String `tfsdk:"verify_status"`
}
type UsersDataSource ¶ added in v0.17.1
type UsersDataSource serviceClientType
Types
func (*UsersDataSource) Configure ¶ added in v0.17.1
func (r *UsersDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*UsersDataSource) Metadata ¶ added in v0.17.1
func (r *UsersDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata
func (*UsersDataSource) Read ¶ added in v0.17.1
func (r *UsersDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*UsersDataSource) Schema ¶ added in v0.17.1
func (r *UsersDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema
Source Files
¶
- data_source_flow_policies.go
- data_source_flow_policy.go
- data_source_password_policy.go
- data_source_population.go
- data_source_populations.go
- data_source_resource.go
- data_source_resource_attribute.go
- data_source_resource_scope.go
- data_source_schema.go
- data_source_user.go
- data_source_users.go
- resource_application.go
- resource_application_attribute_mapping.go
- resource_application_flow_policy_assignment.go
- resource_application_resource_grant.go
- resource_application_role_assignment.go
- resource_application_sign_on_policy_assignment.go
- resource_group.go
- resource_group_nesting.go
- resource_identity_provider.go
- resource_identity_provider_attribute.go
- resource_password_policy.go
- resource_population.go
- resource_resource.go
- resource_resource_attribute.go
- resource_resource_scope.go
- resource_resource_scope_openid.go
- resource_resource_scope_pingone_api.go
- resource_schema_attribute.go
- resource_schema_attribute_schema_upgrade_0_to_1.go
- resource_sign_on_policy.go
- resource_sign_on_policy_action.go
- resource_user.go
- schema_sign_on_policy_action.go
- service.go
- sweep.go
Click to show internal directories.
Click to hide internal directories.