Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessConnectorPollingAuthProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of CodelessConnectorPollingAuthProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.auth()
Get the auth property: Describe the authentication type of the poller.CodelessConnectorPollingAuthProperties.withApiKeyIdentifier
(String apiKeyIdentifier) Set the apiKeyIdentifier property: A prefix send in the header before the actual token.CodelessConnectorPollingAuthProperties.withApiKeyName
(String apiKeyName) Set the apiKeyName property: The header name which the token is sent with.CodelessConnectorPollingAuthProperties.withAuthorizationEndpoint
(String authorizationEndpoint) Set the authorizationEndpoint property: The endpoint used to authorize the user, used in Oauth 2.0 flow.CodelessConnectorPollingAuthProperties.withAuthorizationEndpointQueryParameters
(Object authorizationEndpointQueryParameters) Set the authorizationEndpointQueryParameters property: The query parameters used in authorization request, used in Oauth 2.0 flow.CodelessConnectorPollingAuthProperties.withAuthType
(String authType) Set the authType property: The authentication type.CodelessConnectorPollingAuthProperties.withFlowName
(String flowName) Set the flowName property: Describes the flow name, for example 'AuthCode' for Oauth 2.0.CodelessConnectorPollingAuthProperties.withIsApiKeyInPostPayload
(String isApiKeyInPostPayload) Set the isApiKeyInPostPayload property: Marks if the key should sent in header.CodelessConnectorPollingAuthProperties.withIsClientSecretInHeader
(Boolean isClientSecretInHeader) Set the isClientSecretInHeader property: Marks if we should send the client secret in header or payload, used in Oauth 2.0 flow.CodelessConnectorPollingAuthProperties.withRedirectionEndpoint
(String redirectionEndpoint) Set the redirectionEndpoint property: The redirect endpoint where we will get the authorization code, used in Oauth 2.0 flow.Set the scope property: The OAuth token scope.CodelessConnectorPollingAuthProperties.withTokenEndpoint
(String tokenEndpoint) Set the tokenEndpoint property: The endpoint used to issue a token, used in Oauth 2.0 flow.CodelessConnectorPollingAuthProperties.withTokenEndpointHeaders
(Object tokenEndpointHeaders) Set the tokenEndpointHeaders property: The query headers used in token request, used in Oauth 2.0 flow.CodelessConnectorPollingAuthProperties.withTokenEndpointQueryParameters
(Object tokenEndpointQueryParameters) Set the tokenEndpointQueryParameters property: The query parameters used in token request, used in Oauth 2.0 flow.Modifier and TypeMethodDescriptionCodelessConnectorPollingConfigProperties.withAuth
(CodelessConnectorPollingAuthProperties auth) Set the auth property: Describe the authentication type of the poller.