sso

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2023 License: MPL-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSources added in v0.9.0

func DataSources() []func() datasource.DataSource

func DatasourcePasswordPolicy added in v0.2.0

func DatasourcePasswordPolicy() *schema.Resource

func DatasourceResource added in v0.3.0

func DatasourceResource() *schema.Resource

func DatasourceResourceAttribute added in v0.7.0

func DatasourceResourceAttribute() *schema.Resource

func DatasourceResourceScope added in v0.3.0

func DatasourceResourceScope() *schema.Resource

func DatasourceSchema

func DatasourceSchema() *schema.Resource

func DatasourceUser added in v0.6.0

func DatasourceUser() *schema.Resource

func DatasourceUsers added in v0.6.0

func DatasourceUsers() *schema.Resource

func NewPopulationDataSource added in v0.9.0

func NewPopulationDataSource() datasource.DataSource

New Object

func NewPopulationsDataSource added in v0.9.0

func NewPopulationsDataSource() datasource.DataSource

New Object

func PingOnePopulationCreate

func PingOnePopulationCreate(ctx context.Context, apiClient *management.APIClient, environmentID string, population management.Population) (*management.Population, diag.Diagnostics)

func PingOnePopulationRead

func PingOnePopulationRead(ctx context.Context, apiClient *management.APIClient, environmentID string, populationID string) (*management.Population, diag.Diagnostics)

func PingOnePopulationUpdate

func PingOnePopulationUpdate(ctx context.Context, apiClient *management.APIClient, environmentID string, populationID string, population management.Population) (*management.Population, diag.Diagnostics)

func ResourceApplication added in v0.2.0

func ResourceApplication() *schema.Resource

func ResourceApplicationAttributeMapping added in v0.2.0

func ResourceApplicationAttributeMapping() *schema.Resource

func ResourceApplicationResourceGrant added in v0.2.0

func ResourceApplicationResourceGrant() *schema.Resource

func ResourceApplicationRoleAssignment added in v0.2.0

func ResourceApplicationRoleAssignment() *schema.Resource

func ResourceApplicationSignOnPolicyAssignment added in v0.2.0

func ResourceApplicationSignOnPolicyAssignment() *schema.Resource

func ResourceGroup

func ResourceGroup() *schema.Resource

func ResourceGroupNesting added in v0.5.0

func ResourceGroupNesting() *schema.Resource

func ResourceIdentityProvider added in v0.3.0

func ResourceIdentityProvider() *schema.Resource

func ResourceIdentityProviderAttribute added in v0.3.0

func ResourceIdentityProviderAttribute() *schema.Resource

func ResourcePasswordPolicy added in v0.2.0

func ResourcePasswordPolicy() *schema.Resource

func ResourcePopulation

func ResourcePopulation() *schema.Resource

func ResourceResource added in v0.3.0

func ResourceResource() *schema.Resource

func ResourceResourceAttribute added in v0.7.0

func ResourceResourceAttribute() *schema.Resource

func ResourceResourceScope added in v0.3.0

func ResourceResourceScope() *schema.Resource

func ResourceResourceScopeOpenID added in v0.7.0

func ResourceResourceScopeOpenID() *schema.Resource

func ResourceResourceScopePingOneAPI added in v0.7.0

func ResourceResourceScopePingOneAPI() *schema.Resource

func ResourceSchemaAttribute

func ResourceSchemaAttribute() *schema.Resource

func ResourceSignOnPolicy added in v0.2.0

func ResourceSignOnPolicy() *schema.Resource

func ResourceSignOnPolicyAction added in v0.2.0

func ResourceSignOnPolicyAction() *schema.Resource

func ResourceUser

func ResourceUser() *schema.Resource

func Resources added in v0.9.0

func Resources() []func() resource.Resource

Types

type PopulationDataSource added in v0.9.0

type PopulationDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*PopulationDataSource) Configure added in v0.9.0

func (*PopulationDataSource) Metadata added in v0.9.0

Metadata

func (*PopulationDataSource) Read added in v0.9.0

func (*PopulationDataSource) Schema added in v0.9.0

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 PopulationsDataSource added in v0.9.0

type PopulationsDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*PopulationsDataSource) Configure added in v0.9.0

func (*PopulationsDataSource) Metadata added in v0.9.0

Metadata

func (*PopulationsDataSource) Read added in v0.9.0

func (*PopulationsDataSource) Schema added in v0.9.0

Schema

type PopulationsDataSourceModel added in v0.9.0

type PopulationsDataSourceModel struct {
	EnvironmentId types.String `tfsdk:"environment_id"`
	Id            types.String `tfsdk:"id"`
	ScimFilter    types.String `tfsdk:"scim_filter"`
	DataFilter    types.List   `tfsdk:"data_filter"`
	Ids           types.List   `tfsdk:"ids"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL