ICodelessConnectorPollingAuthProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingAuthPropertiesTypeConverter))]
public interface ICodelessConnectorPollingAuthProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingAuthPropertiesTypeConverter))>]
type ICodelessConnectorPollingAuthProperties = interface
interface IJsonSerializable
Public Interface ICodelessConnectorPollingAuthProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ApiKeyIdentifier |
A prefix send in the header before the actual token |
ApiKeyName |
The header name which the token is sent with |
AuthorizationEndpoint |
The endpoint used to authorize the user, used in Oauth 2.0 flow |
AuthorizationEndpointQueryParameter |
The query parameters used in authorization request, used in Oauth 2.0 flow |
AuthType |
The authentication type |
FlowName |
Describes the flow name, for example 'AuthCode' for Oauth 2.0 |
IsApiKeyInPostPayload |
Marks if the key should sent in header |
IsClientSecretInHeader |
Marks if we should send the client secret in header or payload, used in Oauth 2.0 flow |
RedirectionEndpoint |
The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow |
Scope |
The OAuth token scope |
TokenEndpoint |
The endpoint used to issue a token, used in Oauth 2.0 flow |
TokenEndpointHeader |
The query headers used in token request, used in Oauth 2.0 flow |
TokenEndpointQueryParameter |
The query parameters used in token request, used in Oauth 2.0 flow |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |