Class ClientAddonsSamlpLogout
Inheritance
System.Object
ClientAddonsSamlpLogout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Auth0.Outputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class ClientAddonsSamlpLogout
Fields
View SourceCallback
String. Service provider's Single Logout Service URL, to which Auth0 will send logout requests and responses.
Declaration
public readonly string Callback
Field Value
| Type | Description |
|---|---|
| System.String |
SloEnabled
Boolean. Indicates whether or not Auth0 should notify service providers of session termination.
Declaration
public readonly bool? SloEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |