AuthenticationDetailsProperties Class

Definition

Settings for cloud authentication management Please note AuthenticationDetailsProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AwsAssumeRoleAuthenticationDetailsProperties, AwsCredsAuthenticationDetailsProperties and GcpCredentialsDetailsProperties.

public abstract class AuthenticationDetailsProperties
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownAuthenticationDetailsProperties))]
public abstract class AuthenticationDetailsProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties>
type AuthenticationDetailsProperties = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownAuthenticationDetailsProperties))>]
type AuthenticationDetailsProperties = class
    interface IJsonModel<AuthenticationDetailsProperties>
    interface IPersistableModel<AuthenticationDetailsProperties>
Public MustInherit Class AuthenticationDetailsProperties
Public MustInherit Class AuthenticationDetailsProperties
Implements IJsonModel(Of AuthenticationDetailsProperties), IPersistableModel(Of AuthenticationDetailsProperties)
Inheritance
AuthenticationDetailsProperties
Derived
Attributes
Implements

Constructors

AuthenticationDetailsProperties()

Initializes a new instance of AuthenticationDetailsProperties.

Properties

AuthenticationProvisioningState

State of the multi-cloud connector.

GrantedPermissions

The permissions detected in the cloud account.

Explicit Interface Implementations

IJsonModel<AuthenticationDetailsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AuthenticationDetailsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AuthenticationDetailsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AuthenticationDetailsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AuthenticationDetailsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to