Share via


NeonSingleSignOnState Struct

Definition

Various states of the SSO resource.

public readonly struct NeonSingleSignOnState : IEquatable<Azure.ResourceManager.NeonPostgres.Models.NeonSingleSignOnState>
type NeonSingleSignOnState = struct
Public Structure NeonSingleSignOnState
Implements IEquatable(Of NeonSingleSignOnState)
Inheritance
NeonSingleSignOnState
Implements

Constructors

Name Description
NeonSingleSignOnState(String)

Initializes a new instance of NeonSingleSignOnState.

Properties

Name Description
Disable

SSO is disabled for the organization.

Enable

SSO is enabled for the organization.

Initial

Initial state of the SSO resource.

Methods

Name Description
Equals(NeonSingleSignOnState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NeonSingleSignOnState, NeonSingleSignOnState)

Determines if two NeonSingleSignOnState values are the same.

Implicit(String to NeonSingleSignOnState)

Converts a String to a NeonSingleSignOnState.

Inequality(NeonSingleSignOnState, NeonSingleSignOnState)

Determines if two NeonSingleSignOnState values are not the same.

Applies to