Class CreateOrganizationTemplateRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateOrganizationTemplateRequestContent : IEquatable<CreateOrganizationTemplateRequestContent>
- Inheritance
-
CreateOrganizationTemplateRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdminRolesAssignment
Default admin roles to assign to organization creators.
[JsonPropertyName("admin_roles_assignment")]
public Optional<IEnumerable<string>?> AdminRolesAssignment { get; set; }
Property Value
AllowedStrategies
List of allowed connection strategies for this template.
[JsonPropertyName("allowed_strategies")]
public Optional<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 Optional<string?> ConnectionProfileId { get; set; }
Property Value
EnforcePermissionCeiling
Whether to enforce permission ceiling for organizations using this template.
[JsonPropertyName("enforce_permission_ceiling")]
public required bool EnforcePermissionCeiling { get; set; }
Property Value
EnforceSelfAssignmentRestriction
Whether to enforce self-assignment restrictions for organizations using this template.
[JsonPropertyName("enforce_self_assignment_restriction")]
public required bool EnforceSelfAssignmentRestriction { get; set; }
Property Value
InvitationLandingClientId
The client ID for the invitation landing page.
[JsonPropertyName("invitation_landing_client_id")]
public Optional<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 required string Name { get; set; }
Property Value
OrganizationDeletionBehavior
[JsonPropertyName("organization_deletion_behavior")]
public required OrganizationDeletionBehaviorEnum OrganizationDeletionBehavior { get; set; }
Property Value
RoleVisibilityPolicy
[JsonPropertyName("role_visibility_policy")]
public Optional<OrganizationTemplateRoleVisibilityPolicy?> RoleVisibilityPolicy { 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 Optional<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.