Table of Contents

Class ConnectionProfileProvisioningScimTokens

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

SCIM token settings for connections created from this profile.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DefaultExpiry

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

Property Value

Optional<int?>

MaxAllowedExpiry

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

Property Value

Optional<int?>

Scopes

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

Property Value

IEnumerable<ConnectionProfileProvisioningScimTokenScopeEnum>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.