DatadogSingleSignOnState Struct

Definition

Various states of the SSO resource.

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

Constructors

Name Description
DatadogSingleSignOnState(String)

Initializes a new instance of DatadogSingleSignOnState.

Properties

Name Description
Disable

Gets the Disable.

Enable

Gets the Enable.

Existing

Gets the Existing.

Initial

Gets the Initial.

Methods

Name Description
Equals(DatadogSingleSignOnState)

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(DatadogSingleSignOnState, DatadogSingleSignOnState)

Determines if two DatadogSingleSignOnState values are the same.

Implicit(String to DatadogSingleSignOnState)

Converts a string to a DatadogSingleSignOnState.

Implicit(String to Nullable<DatadogSingleSignOnState>)
Inequality(DatadogSingleSignOnState, DatadogSingleSignOnState)

Determines if two DatadogSingleSignOnState values are not the same.

Applies to