Table of Contents

Class OrganizationTemplate

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record OrganizationTemplate : IJsonOnDeserialized, IEquatable<OrganizationTemplate>
Inheritance
OrganizationTemplate
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AdminRolesAssignment

Default admin roles to assign to organization creators.

[JsonPropertyName("admin_roles_assignment")]
public IEnumerable<string>? AdminRolesAssignment { get; set; }

Property Value

IEnumerable<string>

AllowedStrategies

List of allowed connection strategies for this template.

[JsonPropertyName("allowed_strategies")]
public IEnumerable<OrganizationTemplateAllowedStrategyEnum>? AllowedStrategies { get; set; }

Property Value

IEnumerable<OrganizationTemplateAllowedStrategyEnum>

ConnectionDeletionBehavior

[JsonPropertyName("connection_deletion_behavior")]
public ConnectionDeletionBehaviorEnum? ConnectionDeletionBehavior { get; set; }

Property Value

ConnectionDeletionBehaviorEnum?

ConnectionProfileId

The connection profile to apply to new connections.

[JsonPropertyName("connection_profile_id")]
public string? ConnectionProfileId { get; set; }

Property Value

string

CreatedAt

The ISO 8601 formatted timestamp representing when the template was created.

[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

EnforcePermissionCeiling

Whether to enforce permission ceiling for organizations using this template.

[JsonPropertyName("enforce_permission_ceiling")]
public bool? EnforcePermissionCeiling { get; set; }

Property Value

bool?

EnforceSelfAssignmentRestriction

Whether to enforce self-assignment restrictions for organizations using this template.

[JsonPropertyName("enforce_self_assignment_restriction")]
public bool? EnforceSelfAssignmentRestriction { get; set; }

Property Value

bool?

Id

Organization Template identifier.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

InvitationLandingClientId

The client ID for the invitation landing page.

[JsonPropertyName("invitation_landing_client_id")]
public string? InvitationLandingClientId { get; set; }

Property Value

string

IsDefault

Whether this is the default template applied to new organizations.

[JsonPropertyName("is_default")]
public bool? IsDefault { get; set; }

Property Value

bool?

Name

The name of the organization template.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

OrganizationDeletionBehavior

[JsonPropertyName("organization_deletion_behavior")]
public OrganizationDeletionBehaviorEnum? OrganizationDeletionBehavior { get; set; }

Property Value

OrganizationDeletionBehaviorEnum?

RoleVisibilityPolicy

[JsonPropertyName("role_visibility_policy")]
public Optional<OrganizationTemplateRoleVisibilityPolicy?> RoleVisibilityPolicy { get; set; }

Property Value

Optional<OrganizationTemplateRoleVisibilityPolicy>

UpdatedAt

The ISO 8601 formatted timestamp representing when the template was last updated.

[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

UseForOrganizationDiscovery

[JsonPropertyName("use_for_organization_discovery")]
public Optional<OrganizationTemplateUseForOrganizationDiscovery?> UseForOrganizationDiscovery { get; set; }

Property Value

Optional<OrganizationTemplateUseForOrganizationDiscovery>

UserAttributeProfileId

The user attribute profile to apply to organizations.

[JsonPropertyName("user_attribute_profile_id")]
public string? UserAttributeProfileId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.