Uses of Class
com.azure.ai.openai.models.OnYourDataAuthenticationType
Packages that use OnYourDataAuthenticationType
-
Uses of OnYourDataAuthenticationType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as OnYourDataAuthenticationTypeModifier and TypeFieldDescriptionstatic final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.ACCESS_TOKENAuthentication via access token.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.API_KEYAuthentication via API key.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.CONNECTION_STRINGAuthentication via connection string.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.ENCODED_API_KEYAuthentication via encoded API key.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.KEY_AND_KEY_IDAuthentication via key and key ID pair.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.SYSTEM_ASSIGNED_MANAGED_IDENTITYAuthentication via system-assigned managed identity.static final OnYourDataAuthenticationTypeOnYourDataAuthenticationType.USER_ASSIGNED_MANAGED_IDENTITYAuthentication via user-assigned managed identity.Methods in com.azure.ai.openai.models that return OnYourDataAuthenticationTypeModifier and TypeMethodDescriptionstatic OnYourDataAuthenticationTypeOnYourDataAuthenticationType.fromString(String name) Creates or finds a OnYourDataAuthenticationType from its string representation.OnYourDataAccessTokenAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataApiKeyAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataConnectionStringAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataEncodedApiKeyAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataKeyAndKeyIdAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataSystemAssignedManagedIdentityAuthenticationOptions.getType()Get the type property: The authentication type.OnYourDataUserAssignedManagedIdentityAuthenticationOptions.getType()Get the type property: The authentication type.Methods in com.azure.ai.openai.models that return types with arguments of type OnYourDataAuthenticationTypeModifier and TypeMethodDescriptionOnYourDataAuthenticationType.values()Gets known OnYourDataAuthenticationType values.