datasource_org_sso_roles

package
v0.2.18 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgSsoRolesDataSourceSchema

func OrgSsoRolesDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

func SdkToTerraform(ctx context.Context, l *[]models.SsoRoleOrg, elements *[]attr.Value) diag.Diagnostics

Types

type OrgSsoRolesModel

type OrgSsoRolesModel struct {
	OrgId       types.String `tfsdk:"org_id"`
	OrgSsoRoles types.Set    `tfsdk:"org_sso_roles"`
}

type OrgSsoRolesType

type OrgSsoRolesType struct {
	basetypes.ObjectType
}

func (OrgSsoRolesType) Equal

func (t OrgSsoRolesType) Equal(o attr.Type) bool

func (OrgSsoRolesType) String

func (t OrgSsoRolesType) String() string

func (OrgSsoRolesType) ValueFromObject

func (OrgSsoRolesType) ValueFromTerraform

func (t OrgSsoRolesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (OrgSsoRolesType) ValueType

func (t OrgSsoRolesType) ValueType(ctx context.Context) attr.Value

type OrgSsoRolesValue

type OrgSsoRolesValue struct {
	CreatedTime  basetypes.Float64Value `tfsdk:"created_time"`
	Id           basetypes.StringValue  `tfsdk:"id"`
	ModifiedTime basetypes.Float64Value `tfsdk:"modified_time"`
	Name         basetypes.StringValue  `tfsdk:"name"`
	OrgId        basetypes.StringValue  `tfsdk:"org_id"`
	Privileges   basetypes.ListValue    `tfsdk:"privileges"`
	// contains filtered or unexported fields
}

func NewOrgSsoRolesValue

func NewOrgSsoRolesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgSsoRolesValue, diag.Diagnostics)

func NewOrgSsoRolesValueMust

func NewOrgSsoRolesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgSsoRolesValue

func NewOrgSsoRolesValueNull

func NewOrgSsoRolesValueNull() OrgSsoRolesValue

func NewOrgSsoRolesValueUnknown

func NewOrgSsoRolesValueUnknown() OrgSsoRolesValue

func (OrgSsoRolesValue) AttributeTypes

func (v OrgSsoRolesValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (OrgSsoRolesValue) Equal

func (v OrgSsoRolesValue) Equal(o attr.Value) bool

func (OrgSsoRolesValue) IsNull

func (v OrgSsoRolesValue) IsNull() bool

func (OrgSsoRolesValue) IsUnknown

func (v OrgSsoRolesValue) IsUnknown() bool

func (OrgSsoRolesValue) String

func (v OrgSsoRolesValue) String() string

func (OrgSsoRolesValue) ToObjectValue

func (OrgSsoRolesValue) ToTerraformValue

func (v OrgSsoRolesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (OrgSsoRolesValue) Type

type PrivilegesType

type PrivilegesType struct {
	basetypes.ObjectType
}

func (PrivilegesType) Equal

func (t PrivilegesType) Equal(o attr.Type) bool

func (PrivilegesType) String

func (t PrivilegesType) String() string

func (PrivilegesType) ValueFromObject

func (PrivilegesType) ValueFromTerraform

func (t PrivilegesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (PrivilegesType) ValueType

func (t PrivilegesType) ValueType(ctx context.Context) attr.Value

type PrivilegesValue

type PrivilegesValue struct {
	Role        basetypes.StringValue `tfsdk:"role"`
	Scope       basetypes.StringValue `tfsdk:"scope"`
	SiteId      basetypes.StringValue `tfsdk:"site_id"`
	SitegroupId basetypes.StringValue `tfsdk:"sitegroup_id"`
	Views       basetypes.StringValue `tfsdk:"views"`
	// contains filtered or unexported fields
}

func NewPrivilegesValue

func NewPrivilegesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PrivilegesValue, diag.Diagnostics)

func NewPrivilegesValueMust

func NewPrivilegesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PrivilegesValue

func NewPrivilegesValueNull

func NewPrivilegesValueNull() PrivilegesValue

func NewPrivilegesValueUnknown

func NewPrivilegesValueUnknown() PrivilegesValue

func (PrivilegesValue) AttributeTypes

func (v PrivilegesValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (PrivilegesValue) Equal

func (v PrivilegesValue) Equal(o attr.Value) bool

func (PrivilegesValue) IsNull

func (v PrivilegesValue) IsNull() bool

func (PrivilegesValue) IsUnknown

func (v PrivilegesValue) IsUnknown() bool

func (PrivilegesValue) String

func (v PrivilegesValue) String() string

func (PrivilegesValue) ToObjectValue

func (PrivilegesValue) ToTerraformValue

func (v PrivilegesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (PrivilegesValue) Type

func (v PrivilegesValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

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