Uses of Class
com.azure.resourcemanager.securityinsights.models.ConnectAuthKind
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ConnectAuthKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final ConnectAuthKind
ConnectAuthKind.APIKEY
Static value APIKey for ConnectAuthKind.static final ConnectAuthKind
ConnectAuthKind.BASIC
Static value Basic for ConnectAuthKind.static final ConnectAuthKind
ConnectAuthKind.OAUTH2
Static value OAuth2 for ConnectAuthKind.Modifier and TypeMethodDescriptionstatic ConnectAuthKind
ConnectAuthKind.fromString
(String name) Creates or finds a ConnectAuthKind from its string representation.DataConnectorConnectBody.kind()
Get the kind property: The authentication kind used to poll the data.Modifier and TypeMethodDescriptionstatic Collection<ConnectAuthKind>
ConnectAuthKind.values()
Gets known ConnectAuthKind values.Modifier and TypeMethodDescriptionDataConnectorConnectBody.withKind
(ConnectAuthKind kind) Set the kind property: The authentication kind used to poll the data.