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
AdminRolesAssignment
Default admin roles to assign to organization creators.
[JsonPropertyName("admin_roles_assignment")]
public IEnumerable<string>? AdminRolesAssignment { get; set; }
Property Value
AllowedStrategies
List of allowed connection strategies for this template.
[JsonPropertyName("allowed_strategies")]
public IEnumerable<OrganizationTemplateAllowedStrategyEnum>? AllowedStrategies { get; set; }
Property Value
ConnectionDeletionBehavior
[JsonPropertyName("connection_deletion_behavior")]
public ConnectionDeletionBehaviorEnum? ConnectionDeletionBehavior { get; set; }
Property Value
ConnectionProfileId
The connection profile to apply to new connections.
[JsonPropertyName("connection_profile_id")]
public string? ConnectionProfileId { get; set; }
Property Value
CreatedAt
The ISO 8601 formatted timestamp representing when the template was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
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
InvitationLandingClientId
The client ID for the invitation landing page.
[JsonPropertyName("invitation_landing_client_id")]
public string? InvitationLandingClientId { get; set; }
Property Value
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
OrganizationDeletionBehavior
[JsonPropertyName("organization_deletion_behavior")]
public OrganizationDeletionBehaviorEnum? OrganizationDeletionBehavior { get; set; }
Property Value
RoleVisibilityPolicy
[JsonPropertyName("role_visibility_policy")]
public Optional<OrganizationTemplateRoleVisibilityPolicy?> RoleVisibilityPolicy { get; set; }
Property Value
UpdatedAt
The ISO 8601 formatted timestamp representing when the template was last updated.
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
UseForOrganizationDiscovery
[JsonPropertyName("use_for_organization_discovery")]
public Optional<OrganizationTemplateUseForOrganizationDiscovery?> UseForOrganizationDiscovery { get; set; }
Property Value
UserAttributeProfileId
The user attribute profile to apply to organizations.
[JsonPropertyName("user_attribute_profile_id")]
public string? UserAttributeProfileId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.