AccessTokenAuthentication Class

Definition

The environment authentication details.

public class AccessTokenAuthentication : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorAuthentication, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.AccessTokenAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.AccessTokenAuthentication>
type AccessTokenAuthentication = class
    inherit SecurityConnectorAuthentication
    interface IJsonModel<AccessTokenAuthentication>
    interface IPersistableModel<AccessTokenAuthentication>
Public Class AccessTokenAuthentication
Inherits SecurityConnectorAuthentication
Implements IJsonModel(Of AccessTokenAuthentication), IPersistableModel(Of AccessTokenAuthentication)
Inheritance
AccessTokenAuthentication
Implements

Constructors

Name Description
AccessTokenAuthentication()

Initializes a new instance of AccessTokenAuthentication.

Properties

Name Description
AccessToken

The access token that will be used while authenticating with the onboarded environment.

Username

The user name that will be used while authenticating with the onboarded environment.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AccessTokenAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AccessTokenAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<SecurityConnectorAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SecurityConnectorAuthentication)
IJsonModel<SecurityConnectorAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SecurityConnectorAuthentication)
IPersistableModel<AccessTokenAuthentication>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AccessTokenAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AccessTokenAuthentication>.Write(ModelReaderWriterOptions)
IPersistableModel<SecurityConnectorAuthentication>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from SecurityConnectorAuthentication)
IPersistableModel<SecurityConnectorAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from SecurityConnectorAuthentication)
IPersistableModel<SecurityConnectorAuthentication>.Write(ModelReaderWriterOptions) (Inherited from SecurityConnectorAuthentication)

Applies to