Table of Contents

Class SelfServiceProfileSsoTicketProvisioningConfig

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for the setup of Provisioning in the self-service flow.

[Serializable]
public record SelfServiceProfileSsoTicketProvisioningConfig : IJsonOnDeserialized, IEquatable<SelfServiceProfileSsoTicketProvisioningConfig>
Inheritance
SelfServiceProfileSsoTicketProvisioningConfig
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

GoogleWorkspace

[JsonPropertyName("google_workspace")]
public SelfServiceProfileSsoTicketGoogleWorkspaceConfig? GoogleWorkspace { get; set; }

Property Value

SelfServiceProfileSsoTicketGoogleWorkspaceConfig

Scopes

The scopes of the SCIM tokens generated during the self-service flow.

[JsonPropertyName("scopes")]
public IEnumerable<SelfServiceProfileSsoTicketProvisioningScopeEnum>? Scopes { get; set; }

Property Value

IEnumerable<SelfServiceProfileSsoTicketProvisioningScopeEnum>

TokenLifetime

Lifetime of the tokens in seconds. Must be greater than 900. If not provided, the tokens don't expire.

[JsonPropertyName("token_lifetime")]
public Optional<int?> TokenLifetime { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.