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
DefaultExpiry
[JsonPropertyName("default_expiry")]
public Optional<int?> DefaultExpiry { get; set; }
Property Value
MaxAllowedExpiry
[JsonPropertyName("max_allowed_expiry")]
public Optional<int?> MaxAllowedExpiry { get; set; }
Property Value
Scopes
[JsonPropertyName("scopes")]
public IEnumerable<ConnectionProfileProvisioningScimTokenScopeEnum> Scopes { 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.