SingleSignOnState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Various states of the SSO resource.
public readonly struct SingleSignOnState : IEquatable<Azure.ResourceManager.Datadog.Models.SingleSignOnState>
type SingleSignOnState = struct
Public Structure SingleSignOnState
Implements IEquatable(Of SingleSignOnState)
- Inheritance
-
SingleSignOnState
- Implements
Constructors
SingleSignOnState(String) |
Initializes a new instance of SingleSignOnState. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Existing |
Existing. |
Initial |
Initial. |
Methods
Equals(SingleSignOnState) |
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
Equality(SingleSignOnState, SingleSignOnState) |
Determines if two SingleSignOnState values are the same. |
Implicit(String to SingleSignOnState) |
Converts a string to a SingleSignOnState. |
Inequality(SingleSignOnState, SingleSignOnState) |
Determines if two SingleSignOnState values are not the same. |