Versions in this module Expand all Collapse all v0 v0.2.18 Jan 10, 2025 Changes in this version + func OrgSsoRolesDataSourceSchema(ctx context.Context) schema.Schema + func SdkToTerraform(ctx context.Context, l *[]models.SsoRoleOrg, elements *[]attr.Value) diag.Diagnostics + type OrgSsoRolesModel struct + OrgId types.String + OrgSsoRoles types.Set + type OrgSsoRolesType struct + func (t OrgSsoRolesType) Equal(o attr.Type) bool + func (t OrgSsoRolesType) String() string + func (t OrgSsoRolesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t OrgSsoRolesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t OrgSsoRolesType) ValueType(ctx context.Context) attr.Value + type OrgSsoRolesValue struct + CreatedTime basetypes.Float64Value + Id basetypes.StringValue + ModifiedTime basetypes.Float64Value + Name basetypes.StringValue + OrgId basetypes.StringValue + Privileges basetypes.ListValue + func NewOrgSsoRolesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgSsoRolesValue, diag.Diagnostics) + func NewOrgSsoRolesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgSsoRolesValue + func NewOrgSsoRolesValueNull() OrgSsoRolesValue + func NewOrgSsoRolesValueUnknown() OrgSsoRolesValue + func (v OrgSsoRolesValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v OrgSsoRolesValue) Equal(o attr.Value) bool + func (v OrgSsoRolesValue) IsNull() bool + func (v OrgSsoRolesValue) IsUnknown() bool + func (v OrgSsoRolesValue) String() string + func (v OrgSsoRolesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v OrgSsoRolesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v OrgSsoRolesValue) Type(ctx context.Context) attr.Type + type PrivilegesType struct + func (t PrivilegesType) Equal(o attr.Type) bool + func (t PrivilegesType) String() string + func (t PrivilegesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t PrivilegesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t PrivilegesType) ValueType(ctx context.Context) attr.Value + type PrivilegesValue struct + Role basetypes.StringValue + Scope basetypes.StringValue + SiteId basetypes.StringValue + SitegroupId basetypes.StringValue + Views basetypes.StringValue + func NewPrivilegesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PrivilegesValue, diag.Diagnostics) + func NewPrivilegesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PrivilegesValue + func NewPrivilegesValueNull() PrivilegesValue + func NewPrivilegesValueUnknown() PrivilegesValue + func (v PrivilegesValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v PrivilegesValue) Equal(o attr.Value) bool + func (v PrivilegesValue) IsNull() bool + func (v PrivilegesValue) IsUnknown() bool + func (v PrivilegesValue) String() string + func (v PrivilegesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v PrivilegesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v PrivilegesValue) Type(ctx context.Context) attr.Type