AccessTokenAuthentication Class
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.
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
- 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. |