SecurityInsightsApiKeyAuthModel 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.
Model for authentication with the API Key. Will result in additional header on the request (default behavior) to the remote server: 'ApiKeyName: ApiKeyIdentifier ApiKey'. If 'IsApiKeyInPostPayload' is true it will send it in the body of the request and not the header.
public class SecurityInsightsApiKeyAuthModel : Azure.ResourceManager.SecurityInsights.Models.CcpAuthConfig, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsApiKeyAuthModel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsApiKeyAuthModel>
type SecurityInsightsApiKeyAuthModel = class
inherit CcpAuthConfig
interface IJsonModel<SecurityInsightsApiKeyAuthModel>
interface IPersistableModel<SecurityInsightsApiKeyAuthModel>
Public Class SecurityInsightsApiKeyAuthModel
Inherits CcpAuthConfig
Implements IJsonModel(Of SecurityInsightsApiKeyAuthModel), IPersistableModel(Of SecurityInsightsApiKeyAuthModel)
- Inheritance
- Implements
Constructors
SecurityInsightsApiKeyAuthModel(String, String) |
Initializes a new instance of SecurityInsightsApiKeyAuthModel. |
Properties
ApiKey |
API Key for the user secret key credential. |
ApiKeyIdentifier |
API Key Identifier. |
ApiKeyName |
API Key name. |
IsApiKeyInPostPayload |
Flag to indicate if API key is set in HTTP POST payload. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET