VSC-Service-Account 2024-02-13 05:43:56 +00:00
Родитель 541eab9662
Коммит a57a4d2de3
63 изменённых файлов: 9394 добавлений и 9246 удалений

Просмотреть файл

@ -119,4 +119,4 @@ type: "class"
desc: "The cloud that the identifier belongs to."
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -93,4 +93,4 @@ type: "class"
desc: "Common communication identifier for Communication Services"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -68,4 +68,4 @@ implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html\">AutoCloseable</a>"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -135,4 +135,4 @@ type: "class"
desc: "Options for refreshing CommunicationTokenCredential"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -90,4 +90,4 @@ type: "class"
desc: "Communication identifier for Communication Services Users"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -0,0 +1,117 @@
### YamlMime:JavaType
uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier"
name: "MicrosoftTeamsAppIdentifier"
nameWithType: "MicrosoftTeamsAppIdentifier"
summary: "Communication identifier for Microsoft Teams Application"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.equals(java.lang.Object)?alt=com.azure.communication.common.CommunicationIdentifier.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.fromRawId(java.lang.String)?alt=com.azure.communication.common.CommunicationIdentifier.fromRawId&text=fromRawId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.getRawId()?alt=com.azure.communication.common.CommunicationIdentifier.getRawId&text=getRawId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.hashCode()?alt=com.azure.communication.common.CommunicationIdentifier.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.setRawId(java.lang.String)?alt=com.azure.communication.common.CommunicationIdentifier.setRawId&text=setRawId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MicrosoftTeamsAppIdentifier**</br> extends <xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(java.lang.String)"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(String appId)"
name: "MicrosoftTeamsAppIdentifier(String appId)"
nameWithType: "MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(String appId)"
summary: "Creates a Microsoft<wbr>Teams<wbr>App<wbr>Identifier object"
parameters:
- description: "ID of the Microsoft Teams Application."
name: "appId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MicrosoftTeamsAppIdentifier(String appId)"
desc: "Creates a MicrosoftTeamsAppIdentifier object"
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(java.lang.String,com.azure.communication.common.CommunicationCloudEnvironment)"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(String appId, CommunicationCloudEnvironment cloudEnvironment)"
name: "MicrosoftTeamsAppIdentifier(String appId, CommunicationCloudEnvironment cloudEnvironment)"
nameWithType: "MicrosoftTeamsAppIdentifier.MicrosoftTeamsAppIdentifier(String appId, CommunicationCloudEnvironment cloudEnvironment)"
summary: "Creates a Microsoft<wbr>Teams<wbr>App<wbr>Identifier object"
parameters:
- description: "ID of the Microsoft Teams Application."
name: "appId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the cloud environment in which this identifier is created."
name: "cloudEnvironment"
type: "<xref href=\"com.azure.communication.common.CommunicationCloudEnvironment?alt=com.azure.communication.common.CommunicationCloudEnvironment&text=CommunicationCloudEnvironment\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftTeamsAppIdentifier(String appId, CommunicationCloudEnvironment cloudEnvironment)"
desc: "Creates a MicrosoftTeamsAppIdentifier object"
methods:
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.equals(java.lang.Object)"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.equals(Object that)"
name: "equals(Object that)"
nameWithType: "MicrosoftTeamsAppIdentifier.equals(Object that)"
overridden: "com.azure.communication.common.CommunicationIdentifier.equals(java.lang.Object)"
parameters:
- name: "that"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public boolean equals(Object that)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.getAppId()"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.getAppId()"
name: "getAppId()"
nameWithType: "MicrosoftTeamsAppIdentifier.getAppId()"
summary: "Get application ID"
syntax: "public String getAppId()"
desc: "Get application ID"
returns:
description: "ID of the Microsoft Teams Application."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.getCloudEnvironment()"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.getCloudEnvironment()"
name: "getCloudEnvironment()"
nameWithType: "MicrosoftTeamsAppIdentifier.getCloudEnvironment()"
summary: "Get cloud environment of the application identifier"
syntax: "public CommunicationCloudEnvironment getCloudEnvironment()"
desc: "Get cloud environment of the application identifier"
returns:
description: "cloud environment in which this identifier is created."
type: "<xref href=\"com.azure.communication.common.CommunicationCloudEnvironment?alt=com.azure.communication.common.CommunicationCloudEnvironment&text=CommunicationCloudEnvironment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.hashCode()"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.hashCode()"
name: "hashCode()"
nameWithType: "MicrosoftTeamsAppIdentifier.hashCode()"
overridden: "com.azure.communication.common.CommunicationIdentifier.hashCode()"
syntax: "public int hashCode()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.setRawId(java.lang.String)"
fullName: "com.azure.communication.common.MicrosoftTeamsAppIdentifier.setRawId(String rawId)"
name: "setRawId(String rawId)"
nameWithType: "MicrosoftTeamsAppIdentifier.setRawId(String rawId)"
summary: "Set full ID of the identifier Raw<wbr>Id is the encoded format for identifiers to store in databases or as stable keys in general."
modifiers:
- "protected"
overridden: "com.azure.communication.common.CommunicationIdentifier.setRawId(java.lang.String)"
parameters:
- description: "full ID of the identifier."
name: "rawId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "protected MicrosoftTeamsAppIdentifier setRawId(String rawId)"
desc: "Set full ID of the identifier RawId is the encoded format for identifiers to store in databases or as stable keys in general."
returns:
description: "MicrosoftTeamsAppIdentifier object itself."
type: "<xref href=\"com.azure.communication.common.MicrosoftTeamsAppIdentifier?alt=com.azure.communication.common.MicrosoftTeamsAppIdentifier&text=MicrosoftTeamsAppIdentifier\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Communication identifier for Microsoft Teams Application"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -134,4 +134,4 @@ type: "class"
desc: "Communication identifier for Microsoft Teams User"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -86,4 +86,4 @@ type: "class"
desc: "Communication identifier for Communication Services Phone Numbers"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -90,4 +90,4 @@ type: "class"
desc: "Catch-all for all other Communication identifiers for Communication Services"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Просмотреть файл

@ -9,10 +9,11 @@ classes:
- "com.azure.communication.common.CommunicationTokenCredential"
- "com.azure.communication.common.CommunicationTokenRefreshOptions"
- "com.azure.communication.common.CommunicationUserIdentifier"
- "com.azure.communication.common.MicrosoftTeamsAppIdentifier"
- "com.azure.communication.common.MicrosoftTeamsUserIdentifier"
- "com.azure.communication.common.PhoneNumberIdentifier"
- "com.azure.communication.common.UnknownIdentifier"
desc: "This package contains the implementation classes for Azure communication common.\n Azure communication common contains data structures and interfaces to support cross cutting features\n in Azure communication client packages."
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.2.15
artifact: com.azure:azure-communication-common:1.3.0

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -808,6 +808,7 @@
href: ~/docs-ref-services/latest/identity-readme.md
children:
- com.azure.identity
- com.azure.identity
- name: Identity Broker
href: ~/docs-ref-services/latest/identity-broker-readme.md
children:

Просмотреть файл

@ -10552,6 +10552,29 @@
name: LoadTestManager
- uid: com.azure.resourcemanager.loadtestservice.LoadTestManager.Configurable
name: LoadTestManager.Configurable
- uid: com.azure.resourcemanager.loadtestservice.fluent.models
name: com.azure.resourcemanager.loadtestservice.fluent.models
items:
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.CheckQuotaAvailabilityResponseInner
name: CheckQuotaAvailabilityResponseInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.CheckQuotaAvailabilityResponseProperties
name: CheckQuotaAvailabilityResponseProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestProperties
name: LoadTestProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner
name: LoadTestResourceInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourcePatchRequestBodyProperties
name: LoadTestResourcePatchRequestBodyProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner
name: OutboundEnvironmentEndpointInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaBucketRequestProperties
name: QuotaBucketRequestProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaResourceInner
name: QuotaResourceInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaResourceProperties
name: QuotaResourceProperties
- uid: com.azure.resourcemanager.loadtestservice.models
name: com.azure.resourcemanager.loadtestservice.models
items:
@ -10641,29 +10664,6 @@
name: Type
- uid: com.azure.resourcemanager.loadtestservice.models.UserAssignedIdentity
name: UserAssignedIdentity
- uid: com.azure.resourcemanager.loadtestservice.fluent.models
name: com.azure.resourcemanager.loadtestservice.fluent.models
items:
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.CheckQuotaAvailabilityResponseInner
name: CheckQuotaAvailabilityResponseInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.CheckQuotaAvailabilityResponseProperties
name: CheckQuotaAvailabilityResponseProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestProperties
name: LoadTestProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner
name: LoadTestResourceInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourcePatchRequestBodyProperties
name: LoadTestResourcePatchRequestBodyProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.OutboundEnvironmentEndpointInner
name: OutboundEnvironmentEndpointInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaBucketRequestProperties
name: QuotaBucketRequestProperties
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaResourceInner
name: QuotaResourceInner
- uid: com.azure.resourcemanager.loadtestservice.fluent.models.QuotaResourceProperties
name: QuotaResourceProperties
- uid: com.azure.resourcemanager.machinelearningservices.fluent
name: com.azure.resourcemanager.machinelearningservices.fluent
items:
@ -10704,47 +10704,6 @@
name: MachineLearningServicesManager
- uid: com.azure.resourcemanager.machinelearningservices.MachineLearningServicesManager.Configurable
name: MachineLearningServicesManager.Configurable
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models
name: com.azure.resourcemanager.machinelearningservices.fluent.models
items:
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner
name: AmlUserFeatureInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner
name: ComputeResourceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner
name: ComputeSecretsInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListNotebookKeysResultInner
name: ListNotebookKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListStorageAccountKeysResultInner
name: ListStorageAccountKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner
name: ListWorkspaceKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner
name: NotebookAccessTokenResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner
name: NotebookResourceInfoInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner
name: PrivateEndpointConnectionInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner
name: PrivateLinkResourceListResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner
name: ResourceQuotaInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ServiceResourceInner
name: ServiceResourceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner
name: UpdateWorkspaceQuotasResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.UsageInner
name: UsageInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.VirtualMachineSizeListResultInner
name: VirtualMachineSizeListResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner
name: WorkspaceConnectionInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner
name: WorkspaceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner
name: WorkspaceSkuInner
- uid: com.azure.resourcemanager.machinelearningservices.models
name: com.azure.resourcemanager.machinelearningservices.models
items:
@ -11392,6 +11351,47 @@
name: WorkspaceUpdateParameters
- uid: com.azure.resourcemanager.machinelearningservices.models.Workspaces
name: Workspaces
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models
name: com.azure.resourcemanager.machinelearningservices.fluent.models
items:
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner
name: AmlUserFeatureInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeResourceInner
name: ComputeResourceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner
name: ComputeSecretsInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListNotebookKeysResultInner
name: ListNotebookKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListStorageAccountKeysResultInner
name: ListStorageAccountKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner
name: ListWorkspaceKeysResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner
name: NotebookAccessTokenResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookResourceInfoInner
name: NotebookResourceInfoInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner
name: PrivateEndpointConnectionInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner
name: PrivateLinkResourceListResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner
name: ResourceQuotaInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.ServiceResourceInner
name: ServiceResourceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner
name: UpdateWorkspaceQuotasResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.UsageInner
name: UsageInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.VirtualMachineSizeListResultInner
name: VirtualMachineSizeListResultInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner
name: WorkspaceConnectionInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner
name: WorkspaceInner
- uid: com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner
name: WorkspaceSkuInner
- uid: com.azure.resourcemanager.storageimportexport.fluent
name: com.azure.resourcemanager.storageimportexport.fluent
items:
@ -11405,25 +11405,6 @@
name: OperationsClient
- uid: com.azure.resourcemanager.storageimportexport.fluent.StorageImportExport
name: StorageImportExport
- uid: com.azure.resourcemanager.storageimportexport.fluent.models
name: com.azure.resourcemanager.storageimportexport.fluent.models
items:
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.DriveBitLockerKeyInner
name: DriveBitLockerKeyInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.ExportBlobList
name: ExportBlobList
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.JobResponseInner
name: JobResponseInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.LocationInner
name: LocationInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.LocationProperties
name: LocationProperties
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.OperationDisplay
name: OperationDisplay
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.UpdateJobParametersProperties
name: UpdateJobParametersProperties
- uid: com.azure.resourcemanager.storageimportexport.models
name: com.azure.resourcemanager.storageimportexport.models
items:
@ -11525,6 +11506,25 @@
name: ShippingInformation
- uid: com.azure.resourcemanager.storageimportexport.models.UpdateJobParameters
name: UpdateJobParameters
- uid: com.azure.resourcemanager.storageimportexport.fluent.models
name: com.azure.resourcemanager.storageimportexport.fluent.models
items:
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.DriveBitLockerKeyInner
name: DriveBitLockerKeyInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.ExportBlobList
name: ExportBlobList
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.JobResponseInner
name: JobResponseInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.LocationInner
name: LocationInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.LocationProperties
name: LocationProperties
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.OperationDisplay
name: OperationDisplay
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.OperationInner
name: OperationInner
- uid: com.azure.resourcemanager.storageimportexport.fluent.models.UpdateJobParametersProperties
name: UpdateJobParametersProperties
- uid: com.azure.resourcemanager.storageimportexport
name: com.azure.resourcemanager.storageimportexport
items:

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.AadCredentialBuilderBase<T>.AadCredentialBuilderBase()"
name: "AadCredentialBuilderBase()"
nameWithType: "AadCredentialBuilderBase<T>.AadCredentialBuilderBase()"
summary: "Constructs an instance of Aad<wbr>Credential<wbr>Builder<wbr>Base."
syntax: "public AadCredentialBuilderBase()"
desc: "Constructs an instance of AadCredentialBuilderBase."
methods:
- uid: "com.azure.identity.AadCredentialBuilderBase.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.AadCredentialBuilderBase<T>.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -155,4 +157,4 @@ typeParameters:
desc: "The base class for credential builders that allow specifying a client ID, tenant ID, authority host, and additionally allowed tenants for Microsoft Entra ID."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -133,4 +133,4 @@ type: "class"
desc: "Authentication Record represents the account information of the authenticated account. This is helpful in scenarios where applications require brokered authentication via <xref uid=\"com.azure.identity.DeviceCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential\"></xref> or <xref uid=\"com.azure.identity.InteractiveBrowserCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential\"></xref>.\n\nAuthentication record is returned when <xref uid=\"com.azure.identity.DeviceCodeCredential.authenticate()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential#authenticate()\"></xref> or <xref uid=\"com.azure.identity.InteractiveBrowserCredential.authenticate()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential#authenticate()\"></xref> api is invoked. The returned auth record can be stored/persisted in the user application. Further, this record can be configured on the <xref uid=\"com.azure.identity.DeviceCodeCredentialBuilder.authenticationRecord(com.azure.identity.AuthenticationRecord)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredentialBuilder#authenticationRecord(AuthenticationRecord)\"></xref> or <xref uid=\"com.azure.identity.InteractiveBrowserCredentialBuilder.authenticationRecord(com.azure.identity.AuthenticationRecord)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredentialBuilder#authenticationRecord(AuthenticationRecord)\"></xref> to proactively indicate that a previously authenticated account should be used from the persisted cache instead of authenticating again."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -93,4 +93,4 @@ type: "class"
desc: "The Authentication Required Exception is thrown by <xref uid=\"com.azure.identity.InteractiveBrowserCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential\"></xref> and <xref uid=\"com.azure.identity.DeviceCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential\"></xref> to indicate to the user that automatic authentication is disabled and authentication needs to be initiated via <xref uid=\"com.azure.identity.InteractiveBrowserCredential.authenticate()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential#authenticate()\"></xref> or <xref uid=\"com.azure.identity.DeviceCodeCredential.authenticate()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential#authenticate()\"></xref> APIs respectively before fetching an access token."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -38,4 +38,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.AuthorizationCodeCredentialBuilder.AuthorizationCodeCredentialBuilder()"
name: "AuthorizationCodeCredentialBuilder()"
nameWithType: "AuthorizationCodeCredentialBuilder.AuthorizationCodeCredentialBuilder()"
summary: "Constructs an instance of Authorization<wbr>Code<wbr>Credential<wbr>Builder."
syntax: "public AuthorizationCodeCredentialBuilder()"
desc: "Constructs an instance of AuthorizationCodeCredentialBuilder."
methods:
- uid: "com.azure.identity.AuthorizationCodeCredentialBuilder.authorizationCode(java.lang.String)"
fullName: "com.azure.identity.AuthorizationCodeCredentialBuilder.authorizationCode(String authCode)"
@ -111,4 +113,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.AuthorizationCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthorizationCodeCredential\"></xref>.\n\nAuthorization Code authentication in Azure is a type of authentication mechanism that allows users to authenticate with [Microsoft Entra ID][] and obtain an authorization code that can be used to request an access token to access Azure resources. It is a widely used authentication mechanism and is supported by a wide range of Azure services and applications. It provides a secure and scalable way to authenticate users and grant them access to Azure resources. The AuthorizationCodeCredential authenticates a user or an application and acquires a token with the configured authorization code and the redirectURL where authorization code was received.\n\n**Sample: Construct AuthorizationCodeCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.AuthorizationCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AuthorizationCodeCredential\"></xref>, using the <xref uid=\"com.azure.identity.AuthorizationCodeCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AuthorizationCodeCredentialBuilder\"></xref> to configure it. The `authorizationCode`, `redirectUrl` and `clientId` are required to be configured to create <xref uid=\"com.azure.identity.AuthorizationCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthorizationCodeCredential\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential authorizationCodeCredential = new AuthorizationCodeCredentialBuilder()\n .authorizationCode(\"{authorization-code-received-at-redirectURL}\")\n .redirectUrl(\"{redirectUrl-where-authorization-code-is-received}\")\n .clientId(\"{clientId-of-application-being-authenticated\")\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -78,4 +78,4 @@ type: "class"
desc: "Defines fields exposing the well known authority hosts for the Azure Public Cloud and sovereign clouds.\n\nUsers looking to target a specific cloud instance of Azure, can pass an instance of Azure Authority Hosts as a parameter to the <xref uid=\"com.azure.identity.AadCredentialBuilderBase.authorityHost(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AadCredentialBuilderBase#authorityHost(String)\"></xref>. The authentication requests will be routed accordingly to the specified target authority host."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.AzureCliCredentialBuilder.AzureCliCredentialBuilder()"
name: "AzureCliCredentialBuilder()"
nameWithType: "AzureCliCredentialBuilder.AzureCliCredentialBuilder()"
summary: "Constructs an instance of Azure<wbr>Cli<wbr>Credential<wbr>Builder."
syntax: "public AzureCliCredentialBuilder()"
desc: "Constructs an instance of AzureCliCredentialBuilder."
methods:
- uid: "com.azure.identity.AzureCliCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.AzureCliCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -114,4 +116,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.AzureCliCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureCliCredential\"></xref>.\n\nThe Azure CLI is a command-line tool that allows users to manage Azure resources from their local machine or terminal. It allows users to [authenticate interactively][] as a user and/or a service principal against [Microsoft Entra ID][]. The AzureCliCredential authenticates in a development environment and acquires a token on behalf of the logged-in user or service principal in Azure CLI. It acts as the Azure CLI logged in user or service principal and executes an Azure CLI command underneath to authenticate the application against Microsoft Entra ID.\n\n**Sample: Construct IntelliJCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.AzureCliCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzureCliCredential\"></xref>, using the <xref uid=\"com.azure.identity.AzureCliCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzureCliCredentialBuilder\"></xref> to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential azureCliCredential = new AzureCliCredentialBuilder()\n .build();\n```\n\n\n[authenticate interactively]: https://learn.microsoft.com/cli/azure/authenticate-azure-cli\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.AzureDeveloperCliCredentialBuilder.AzureDeveloperCliCredentialBuilder()"
name: "AzureDeveloperCliCredentialBuilder()"
nameWithType: "AzureDeveloperCliCredentialBuilder.AzureDeveloperCliCredentialBuilder()"
summary: "Constructs an instance of Azure<wbr>Developer<wbr>Cli<wbr>Credential<wbr>Builder."
syntax: "public AzureDeveloperCliCredentialBuilder()"
desc: "Constructs an instance of AzureDeveloperCliCredentialBuilder."
methods:
- uid: "com.azure.identity.AzureDeveloperCliCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.AzureDeveloperCliCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -114,4 +116,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.AzureDeveloperCliCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureDeveloperCliCredential\"></xref>.\n\nAzure Developer CLI is a command-line interface tool that allows developers to create, manage, and deploy resources in Azure. It's built on top of the Azure CLI and provides additional functionality specific to Azure developers. It allows users to authenticate as a user and/or a service principal against [Microsoft Entra ID][]. The AzureDeveloperCliCredential authenticates in a development environment and acquires a token on behalf of the logged-in user or service principal in Azure Developer CLI. It acts as the Azure Developer CLI logged in user or service principal and executes an Azure CLI command underneath to authenticate the application against Microsoft Entra ID.\n\n**Sample: Construct AzureDeveloperCliCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.AzureDeveloperCliCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzureDeveloperCliCredential\"></xref>, using the <xref uid=\"com.azure.identity.AzureDeveloperCliCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzureDeveloperCliCredentialBuilder\"></xref> to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential azureDevCliCredential = new AzureDeveloperCliCredentialBuilder()\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -38,4 +38,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.AzurePowerShellCredentialBuilder.AzurePowerShellCredentialBuilder()"
name: "AzurePowerShellCredentialBuilder()"
nameWithType: "AzurePowerShellCredentialBuilder.AzurePowerShellCredentialBuilder()"
summary: "Constructs an instance of Azure<wbr>Power<wbr>Shell<wbr>Credential<wbr>Builder."
syntax: "public AzurePowerShellCredentialBuilder()"
desc: "Constructs an instance of AzurePowerShellCredentialBuilder."
methods:
- uid: "com.azure.identity.AzurePowerShellCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.AzurePowerShellCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -100,4 +102,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.AzurePowerShellCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzurePowerShellCredential\"></xref>.\n\nThe Azure Powershell is a command-line tool that allows users to manage Azure resources from their local machine or terminal. It allows users to [authenticate interactively][] as a user and/or a service principal against [Microsoft Entra ID][]. The <xref uid=\"com.azure.identity.AzurePowerShellCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzurePowerShellCredential\"></xref> authenticates in a development environment and acquires a token on behalf of the logged-in user or service principal in Azure Powershell. It acts as the Azure Powershell logged in user or service principal and executes an Azure Powershell command underneath to authenticate the application against Microsoft Entra ID.\n\n**Sample: Construct AzurePowershellCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.AzurePowerShellCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzurePowerShellCredential\"></xref>, using the <xref uid=\"com.azure.identity.AzurePowerShellCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.AzurePowerShellCredentialBuilder\"></xref> to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential powerShellCredential = new AzurePowerShellCredentialBuilder()\n .build();\n```\n\n\n[authenticate interactively]: https://learn.microsoft.com/powershell/azure/authenticate-azureps\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.identity.BrowserCustomizationOptions.BrowserCustomizationOptions()"
name: "BrowserCustomizationOptions()"
nameWithType: "BrowserCustomizationOptions.BrowserCustomizationOptions()"
summary: "Creates an instance of Browser<wbr>Customization<wbr>Options."
syntax: "public BrowserCustomizationOptions()"
desc: "Creates an instance of BrowserCustomizationOptions."
methods:
- uid: "com.azure.identity.BrowserCustomizationOptions.getErrorMessage()"
fullName: "com.azure.identity.BrowserCustomizationOptions.getErrorMessage()"
@ -80,4 +82,4 @@ type: "class"
desc: "Represent Options to customize browser view."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -52,4 +52,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -86,4 +86,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.ChainedTokenCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ChainedTokenCredential\"></xref>. The <xref uid=\"com.azure.identity.ChainedTokenCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ChainedTokenCredential\"></xref> is a convenience credential that allows users to chain together a set of TokenCredential together. The credential executes each credential in the chain sequentially and returns the token from the first credential in the chain that successfully authenticates.\n\n**Sample: Construct a ChainedTokenCredential.**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ChainedTokenCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ChainedTokenCredential\"></xref>, using the <xref uid=\"com.azure.identity.ChainedTokenCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ChainedTokenCredentialBuilder\"></xref> to configure it. The sample below tries silent username+password login tried first, then interactive browser login as needed (e.g. when 2FA is turned on in the directory). Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential usernamePasswordCredential = new UsernamePasswordCredentialBuilder()\n .clientId(clientId)\n .username(fakeUsernamePlaceholder)\n .password(fakePasswordPlaceholder)\n .build();\n TokenCredential interactiveBrowserCredential = new InteractiveBrowserCredentialBuilder()\n .clientId(clientId)\n .port(8765)\n .build();\n TokenCredential credential = new ChainedTokenCredentialBuilder()\n .addLast(usernamePasswordCredential)\n .addLast(interactiveBrowserCredential)\n .build();\n```"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.ClientAssertionCredentialBuilder.ClientAssertionCredentialBuilder()"
name: "ClientAssertionCredentialBuilder()"
nameWithType: "ClientAssertionCredentialBuilder.ClientAssertionCredentialBuilder()"
summary: "Constructs an instance of Client<wbr>Assertion<wbr>Credential<wbr>Builder."
syntax: "public ClientAssertionCredentialBuilder()"
desc: "Constructs an instance of ClientAssertionCredentialBuilder."
methods:
- uid: "com.azure.identity.ClientAssertionCredentialBuilder.build()"
fullName: "com.azure.identity.ClientAssertionCredentialBuilder.build()"
@ -97,4 +99,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref>.\n\nThe <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref> acquires a token via client assertion and service principal authentication. This authentication method provides a secure and scalable way for client applications to access Azure resources without the need for users to provide their credentials. It is often used in scenarios where a client application needs to access Azure resources on behalf of a user, such as in a multi-tier application architecture. In this authentication method, the client application creates a JSON Web Token (JWT) that includes information about the service principal (such as its client ID and tenant ID) and signs it using a client secret. The client then sends this token to [Microsoft Entra ID][] as proof of its identity. Microsoft Entra ID verifies the token signature and checks that the service principal has the necessary permissions to access the requested Azure resource. If the token is valid and the service principal is authorized, Microsoft Entra ID issues an access token that the client application can use to access the requested resource. The <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref> acquires an access token with a client client assertion for a service principal/registered Microsoft Entra application. The tenantId, clientId and clientAssertion of the service principal are required for this credential to acquire an access token. It can be used both in Azure hosted and local development environments for authentication.\n\n**Sample: Construct a simple ClientAssertionCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref>, using the <xref uid=\"com.azure.identity.ClientAssertionCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredentialBuilder\"></xref> to configure it. The `tenantId`, `clientId` and `certificate` parameters are required to create <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential clientAssertionCredential = new ClientAssertionCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientAssertion(() -> \"<Client-Assertion>\")\n .build();\n```\n\n**Sample: Construct a ClientAssertionCredential behind a proxy**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref>, using the <xref uid=\"com.azure.identity.ClientAssertionCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredentialBuilder\"></xref> to configure it. The `tenantId`, `clientId` and `clientAssertion` parameters are required to create <xref uid=\"com.azure.identity.ClientAssertionCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientAssertionCredential\"></xref>. THe `proxyOptions` can be optionally configured to target a proxy. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential assertionCredential = new ClientAssertionCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientAssertion(() -> \"<Client-Assertion>\")\n .proxyOptions(new ProxyOptions(Type.HTTP, new InetSocketAddress(\"10.21.32.43\", 5465)))\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.ClientSecretCredentialBuilder.ClientSecretCredentialBuilder()"
name: "ClientSecretCredentialBuilder()"
nameWithType: "ClientSecretCredentialBuilder.ClientSecretCredentialBuilder()"
summary: "Constructs an instance of Client<wbr>Secret<wbr>Credential<wbr>Builder."
syntax: "public ClientSecretCredentialBuilder()"
desc: "Constructs an instance of ClientSecretCredentialBuilder."
methods:
- uid: "com.azure.identity.ClientSecretCredentialBuilder.build()"
fullName: "com.azure.identity.ClientSecretCredentialBuilder.build()"
@ -97,4 +99,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientSecretCredential\"></xref>.\n\nThe <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientSecretCredential\"></xref> acquires a token via service principal authentication. It is a type of authentication in Azure that enables a non-interactive login to [Microsoft Entra ID][], allowing an application or service to authenticate itself with Azure resources. A Service Principal is essentially an identity created for an application in Microsoft Entra ID that can be used to authenticate with Azure resources. It's like a \"user identity\" for the application or service, and it provides a way for the application to authenticate itself with Azure resources without needing to use a user's credentials. [Microsoft Entra ID][] allows users to register service principals which can be used as an identity for authentication. A client secret associated with the registered service principal is used as the password when authenticating the service principal. The <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientSecretCredential\"></xref> acquires an access token with a client secret for a service principal/registered Microsoft Entra application. The tenantId, clientId and clientSecret of the service principal are required for this credential to acquire an access token. It can be used both in Azure hosted and local development environments for authentication. For more information refer to the [conceptual knowledge and configuration details][].\n\n**Sample: Construct a simple ClientSecretCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredential\"></xref>, using the <xref uid=\"com.azure.identity.ClientSecretCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredentialBuilder\"></xref> to configure it. The `tenantId`, `clientId` and `clientSecret` parameters are required to create <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredential\"></xref> .Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential clientSecretCredential = new ClientSecretCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientSecret(clientSecret)\n .build();\n```\n\n**Sample: Construct a ClientSecretCredential behind a proxy**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredential\"></xref>, using the <xref uid=\"com.azure.identity.ClientSecretCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredentialBuilder\"></xref> to configure it. The `tenantId`, `clientId` and `clientSecret` parameters are required to create <xref uid=\"com.azure.identity.ClientSecretCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.ClientSecretCredential\"></xref>. The `proxyOptions` can be optionally configured to target a proxy. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential secretCredential = new ClientSecretCredentialBuilder()\n .tenantId(tenantId)\n .clientId(clientId)\n .clientSecret(clientSecret)\n .proxyOptions(new ProxyOptions(Type.HTTP, new InetSocketAddress(\"10.21.32.43\", 5465)))\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/\n[conceptual knowledge and configuration details]: https://aka.ms/azsdk/java/identity/clientsecretcredential/docs"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -21,18 +21,6 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **CredentialBuilderBase<T>**</br> implements <xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.identity.CredentialBuilderBase.identityClientOptions"
fullName: "com.azure.identity.CredentialBuilderBase<T>.identityClientOptions"
name: "identityClientOptions"
nameWithType: "CredentialBuilderBase<T>.identityClientOptions"
summary: "The options for configuring the identity client."
modifiers:
- "protected"
field:
type: "<xref href=\"com.azure.identity.implementation.IdentityClientOptions?alt=com.azure.identity.implementation.IdentityClientOptions&text=IdentityClientOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected IdentityClientOptions identityClientOptions"
desc: "The options for configuring the identity client."
methods:
- uid: "com.azure.identity.CredentialBuilderBase.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy)"
fullName: "com.azure.identity.CredentialBuilderBase<T>.addPolicy(HttpPipelinePolicy policy)"
@ -225,4 +213,4 @@ implements:
- "<xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -75,4 +75,4 @@ type: "class"
desc: "The exception thrown when a <xref uid=\"com.azure.core.credential.TokenCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TokenCredential\"></xref> did not attempt to authenticate and retrieve <xref uid=\"com.azure.core.credential.AccessToken\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessToken\"></xref>, as its prerequisite information or state was not available."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -210,4 +210,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.DefaultAzureCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DefaultAzureCredential\"></xref>.\n\nThe <xref uid=\"com.azure.identity.DefaultAzureCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DefaultAzureCredential\"></xref> is appropriate for most scenarios where the application is intended to ultimately be run in Azure. DefaultAzureCredential combines credentials that are commonly used to authenticate when deployed, with credentials that are used to authenticate in a development environment. The <xref uid=\"com.azure.identity.DefaultAzureCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DefaultAzureCredential\"></xref> will attempt to authenticate via the following mechanisms in order.\n\n**Sample: Construct DefaultAzureCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.DefaultAzureCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DefaultAzureCredential\"></xref>, using the DefaultAzureCredentialBuilder to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential defaultAzureCredential = new DefaultAzureCredentialBuilder()\n .build();\n```\n\n**Sample: Construct DefaultAzureCredential with User Assigned Managed Identity** \n\nUser-Assigned Managed Identity (UAMI) in Azure is a feature that allows you to create an identity in [Microsoft Entra ID][] that is associated with one or more Azure resources. This identity can then be used to authenticate and authorize access to various Azure services and resources. The following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.DefaultAzureCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DefaultAzureCredential\"></xref> to target a user assigned managed identity, using the DefaultAzureCredentialBuilder to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential dacWithUserAssignedManagedIdentity = new DefaultAzureCredentialBuilder()\n .managedIdentityClientId(\"<Managed-Identity-Client-Id\")\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -72,4 +72,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.DeviceCodeCredentialBuilder.DeviceCodeCredentialBuilder()"
name: "DeviceCodeCredentialBuilder()"
nameWithType: "DeviceCodeCredentialBuilder.DeviceCodeCredentialBuilder()"
summary: "Constructs an instance of Device<wbr>Code<wbr>Credential<wbr>Builder."
syntax: "public DeviceCodeCredentialBuilder()"
desc: "Constructs an instance of DeviceCodeCredentialBuilder."
methods:
- uid: "com.azure.identity.DeviceCodeCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.DeviceCodeCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -151,4 +153,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.DeviceCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential\"></xref>.\n\nDevice code authentication is a type of authentication flow offered by [Microsoft Entra ID][] that allows users to sign in to applications on devices that don't have a web browser or a keyboard. This authentication method is particularly useful for devices such as smart TVs, gaming consoles, and Internet of Things (IoT) devices that may not have the capability to enter a username and password. With device code authentication, the user is presented with a device code on the device that needs to be authenticated. The user then navigates to a web browser on a separate device and enters the code on the Microsoft sign-in page. After the user enters the code, Microsoft Entra ID verifies it and prompts the user to sign in with their credentials, such as a username and password or a multi-factor authentication (MFA) method. Device code authentication can be initiated using various Microsoft Entra-supported protocols, such as OAuth 2.0 and OpenID Connect, and it can be used with a wide range of Microsoft Entra-integrated applications. The DeviceCodeCredential interactively authenticates a user and acquires a token on devices with limited UI. It works by prompting the user to visit a login URL on a browser-enabled machine when the application attempts to authenticate. The user then enters the device code mentioned in the instructions along with their login credentials. Upon successful authentication, the application that requested authentication gets authenticated successfully on the device it's running on. For more information refer to the [conceptual knowledge and configuration details][].\n\nThese steps will let the application authenticate, but it still won't have permission to log you into Active Directory, or access resources on your behalf. To address this issue, navigate to API Permissions, and enable Microsoft Graph and the resources you want to access, such as Azure Service Management, Key Vault, and so on. You also need to be the admin of your tenant to grant consent to your application when you log in for the first time. If you can't configure the device code flow option on your Active Directory, then it may require your app to be multi- tenant. To make your app multi-tenant, navigate to the Authentication panel, then select Accounts in any organizational directory. Then, select yes for Treat application as Public Client.\n\n**Sample: Construct DeviceCodeCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.DeviceCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.DeviceCodeCredential\"></xref>, using the <xref uid=\"com.azure.identity.DeviceCodeCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.DeviceCodeCredentialBuilder\"></xref> to configure it. By default, the credential prints the device code challenge on the command line, to override that behaviours a `challengeConsumer` can be optionally specified on the <xref uid=\"com.azure.identity.DeviceCodeCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.DeviceCodeCredentialBuilder\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential deviceCodeCredential = new DeviceCodeCredentialBuilder()\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/\n[conceptual knowledge and configuration details]: https://aka.ms/azsdk/java/identity/devicecodecredential/docs"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -100,4 +100,4 @@ type: "class"
desc: "Device Code Info represents the response returned from the device code endpoint containing information necessary for device code flow. By default, the information in Device code info is printed onto the console as instructions for the user to follow when authenticating via <xref uid=\"com.azure.identity.DeviceCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DeviceCodeCredential\"></xref>. But, in the event user would like to override that behaviour and handle the device code info response, they can do so by specifying a <xref uid=\"com.azure.identity.DeviceCodeCredentialBuilder.challengeConsumer(java.util.function.Consumer<com.azure.identity.DeviceCodeInfo>)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"challenge consumer\"></xref> when instantiating the device code credential."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.EnvironmentCredentialBuilder.EnvironmentCredentialBuilder()"
name: "EnvironmentCredentialBuilder()"
nameWithType: "EnvironmentCredentialBuilder.EnvironmentCredentialBuilder()"
summary: "Constructs an instance of Environment<wbr>Credential<wbr>Builder."
syntax: "public EnvironmentCredentialBuilder()"
desc: "Constructs an instance of EnvironmentCredentialBuilder."
methods:
- uid: "com.azure.identity.EnvironmentCredentialBuilder.authorityHost(java.lang.String)"
fullName: "com.azure.identity.EnvironmentCredentialBuilder.authorityHost(String authorityHost)"
@ -86,4 +88,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.EnvironmentCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"EnvironmentCredential\"></xref>.\n\nThe <xref uid=\"com.azure.identity.EnvironmentCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"EnvironmentCredential\"></xref> is appropriate for scenarios where the application is looking to read credential information from environment variables. The credential supports service principal and user credential based authentication and requires a set of environment variables to be configured for each scenario.\n\n**Sample: Construct EnvironmentCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.EnvironmentCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.EnvironmentCredential\"></xref>, using the <xref uid=\"com.azure.identity.EnvironmentCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.EnvironmentCredentialBuilder\"></xref> to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential environmentCredential = new EnvironmentCredentialBuilder()\n .build();\n```"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -38,4 +38,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.IntelliJCredentialBuilder.IntelliJCredentialBuilder()"
name: "IntelliJCredentialBuilder()"
nameWithType: "IntelliJCredentialBuilder.IntelliJCredentialBuilder()"
summary: "Constructs an instance of Intelli<wbr>JCredential<wbr>Builder."
syntax: "public IntelliJCredentialBuilder()"
desc: "Constructs an instance of IntelliJCredentialBuilder."
methods:
- uid: "com.azure.identity.IntelliJCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.IntelliJCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -114,4 +116,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.IntelliJCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IntelliJCredential\"></xref>.\n\nIntelliJ IDEA is an integrated development environment (IDE) developed by JetBrains, which provides a variety of features to support software development, such as code completion, debugging, and testing. Azure offers [Azure Toolkit for IntelliJ plugin][] for the IntelliJ IDEA development environment. It enables developers to create, test, and deploy Java applications to the Azure cloud platform. In order to use the plugin authentication as a user or service principal against [Microsoft Entra ID][] is required. The <xref uid=\"com.azure.identity.IntelliJCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IntelliJCredential\"></xref> authenticates in a development environment and acquires a token on behalf of the logged-in account in Azure Toolkit for IntelliJ. It uses the logged in user information on the IntelliJ IDE and uses it to authenticate the application against Microsoft Entra ID.\n\n**Sample: Construct IntelliJCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.IntelliJCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.IntelliJCredential\"></xref>, using the <xref uid=\"com.azure.identity.IntelliJCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.IntelliJCredentialBuilder\"></xref> to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential intelliJCredential = new IntelliJCredentialBuilder()\n .build();\n```\n\n\n[Azure Toolkit for IntelliJ plugin]: https://learn.microsoft.com/azure/developer/java/toolkit-for-intellij/\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -72,4 +72,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.InteractiveBrowserCredentialBuilder.InteractiveBrowserCredentialBuilder()"
name: "InteractiveBrowserCredentialBuilder()"
nameWithType: "InteractiveBrowserCredentialBuilder.InteractiveBrowserCredentialBuilder()"
summary: "Constructs an instance of Interactive<wbr>Browser<wbr>Credential<wbr>Builder."
syntax: "public InteractiveBrowserCredentialBuilder()"
desc: "Constructs an instance of InteractiveBrowserCredentialBuilder."
methods:
- uid: "com.azure.identity.InteractiveBrowserCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.InteractiveBrowserCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -195,4 +197,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.InteractiveBrowserCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential\"></xref>.\n\nInteractive browser authentication is a type of authentication flow offered by [Microsoft Entra ID][] that enables users to sign in to applications and services using a web browser. This authentication method is commonly used for web applications, where users enter their credentials directly into a web page. With interactive browser authentication, the user navigates to a web application and is prompted to enter their username and password credentials. The application then redirects the user to the Microsoft Entra ID sign-in page, where they are prompted to enter their credentials again. After the user successfully authenticates, Microsoft Entra ID issues a security token that the application can use to authorize the user's access to its resources. The <xref uid=\"com.azure.identity.InteractiveBrowserCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential\"></xref> interactively authenticates a user and acquires a token with the default system browser and offers a smooth authentication experience by letting a user use their own credentials to authenticate the application. When authenticated, the oauth2 flow notifies the credential of the authentication code through the reply URL. For more information refer to the [conceptual knowledge and configuration details][].\n\n**Sample: Construct InteractiveBrowserCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.InteractiveBrowserCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredential\"></xref>, using the <xref uid=\"com.azure.identity.InteractiveBrowserCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredentialBuilder\"></xref> to configure it. By default, the credential targets a localhost redirect URL, to override that behaviour a <xref uid=\"com.azure.identity.InteractiveBrowserCredentialBuilder.redirectUrl(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"InteractiveBrowserCredentialBuilder#redirectUrl(String)\"></xref> can be optionally specified. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential interactiveBrowserCredential = new InteractiveBrowserCredentialBuilder()\n .redirectUrl(\"http://localhost:8765\")\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/\n[conceptual knowledge and configuration details]: https://aka.ms/azsdk/java/identity/interactivebrowsercredential/docs"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.ManagedIdentityCredentialBuilder.ManagedIdentityCredentialBuilder()"
name: "ManagedIdentityCredentialBuilder()"
nameWithType: "ManagedIdentityCredentialBuilder.ManagedIdentityCredentialBuilder()"
summary: "Constructs an instance of Managed<wbr>Identity<wbr>Credential<wbr>Builder."
syntax: "public ManagedIdentityCredentialBuilder()"
desc: "Constructs an instance of ManagedIdentityCredentialBuilder."
methods:
- uid: "com.azure.identity.ManagedIdentityCredentialBuilder.build()"
fullName: "com.azure.identity.ManagedIdentityCredentialBuilder.build()"
@ -86,4 +88,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.ManagedIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManagedIdentityCredential\"></xref>.\n\n[Azure Managed Identity][] is a feature in [Microsoft Entra ID][] that provides a way for applications running on Azure to authenticate themselves with Azure resources without needing to manage or store any secrets like passwords or keys. The <xref uid=\"com.azure.identity.ManagedIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManagedIdentityCredential\"></xref> authenticates the configured managed identity (system or user assigned) of an Azure resource. So, if the application is running inside an Azure resource that supports Managed Identity through IDENTITY/MSI, IMDS endpoints, or both, then this credential will get your application authenticated, and offers a great secretless authentication experience. For more information refer to the [managed identity authentication documentation][].\n\n**Sample: Construct a simple ManagedIdentityCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ManagedIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManagedIdentityCredential\"></xref>, using the ManagedIdentityCredentialBuilder to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential managedIdentityCredential = new ManagedIdentityCredentialBuilder()\n .build();\n```\n\n**Sample: Construct a User Assigned ManagedIdentityCredential**\n\nUser-Assigned Managed Identity (UAMI) in Azure is a feature that allows you to create an identity in [Microsoft Entra ID][] that is associated with one or more Azure resources. This identity can then be used to authenticate and authorize access to various Azure services and resources. The following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.ManagedIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ManagedIdentityCredential\"></xref> to target a user assigned managed identity, using the ManagedIdentityCredentialBuilder to configure it. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential managedIdentityCredentialUserAssigned = new ManagedIdentityCredentialBuilder()\n .clientId(clientId) // specify client id of user-assigned managed identity.\n .build();\n```\n\n\n[Azure Managed Identity]: https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/\n[managed identity authentication documentation]: https://aka.ms/azsdk/java/identity/managedidentitycredential/docs"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.OnBehalfOfCredentialBuilder.OnBehalfOfCredentialBuilder()"
name: "OnBehalfOfCredentialBuilder()"
nameWithType: "OnBehalfOfCredentialBuilder.OnBehalfOfCredentialBuilder()"
summary: "Constructs an instance of On<wbr>Behalf<wbr>OfCredential<wbr>Builder."
syntax: "public OnBehalfOfCredentialBuilder()"
desc: "Constructs an instance of OnBehalfOfCredentialBuilder."
methods:
- uid: "com.azure.identity.OnBehalfOfCredentialBuilder.build()"
fullName: "com.azure.identity.OnBehalfOfCredentialBuilder.build()"
@ -167,4 +169,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.OnBehalfOfCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OnBehalfOfCredential\"></xref>.\n\nOn Behalf of authentication in Azure is a way for a user or application to authenticate to a service or resource using credentials from another identity provider. This type of authentication is typically used when a user or application wants to access a resource in Azure, but their credentials are managed by a different identity provider, such as an on-premises Active Directory or a third-party identity provider. To use \"On Behalf of\" authentication in Azure, the user must first authenticate to the identity provider using their credentials. The identity provider then issues a security token that contains information about the user and their permissions. This security token is then passed to Azure, which uses it to authenticate the user or application and grant them access to the requested resource. The OnBehalfOfCredential acquires a token with a client secret/certificate and user assertion for a Microsoft Entra application on behalf of a user principal.\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.OnBehalfOfCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.OnBehalfOfCredential\"></xref>, using the <xref uid=\"com.azure.identity.OnBehalfOfCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.OnBehalfOfCredentialBuilder\"></xref> to configure it. The `tenantId`, `clientId` and `clientSecret` parameters are required to create <xref uid=\"com.azure.identity.OnBehalfOfCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.identity.OnBehalfOfCredential\"></xref>. The `userAssertion` can be optionally specified on the <xref uid=\"com.azure.identity.OnBehalfOfCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OnBehalfOfCredentialBuilder\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential onBehalfOfCredential = new OnBehalfOfCredentialBuilder()\n .clientId(\"<app-client-ID>\")\n .clientSecret(\"<app-Client-Secret>\")\n .tenantId(\"<app-tenant-ID>\")\n .userAssertion(\"<user-assertion>\")\n .build();\n```"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -40,4 +40,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.SharedTokenCacheCredentialBuilder.SharedTokenCacheCredentialBuilder()"
name: "SharedTokenCacheCredentialBuilder()"
nameWithType: "SharedTokenCacheCredentialBuilder.SharedTokenCacheCredentialBuilder()"
summary: "Constructs an instance of Shared<wbr>Token<wbr>Cache<wbr>Credential<wbr>Builder."
syntax: "public SharedTokenCacheCredentialBuilder()"
desc: "Constructs an instance of SharedTokenCacheCredentialBuilder."
methods:
- uid: "com.azure.identity.SharedTokenCacheCredentialBuilder.authenticationRecord(com.azure.identity.AuthenticationRecord)"
fullName: "com.azure.identity.SharedTokenCacheCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord)"
@ -111,4 +113,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.SharedTokenCacheCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SharedTokenCacheCredential\"></xref>.\n\nThis credential is a legacy mechanism for authenticating clients using credentials provided to Visual Studio Code. This mechanism for Visual Studio authentication has been replaced by the <xref uid=\"com.azure.identity.VisualStudioCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VisualStudioCodeCredential\"></xref>/>."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -26,7 +26,9 @@ constructors:
fullName: "com.azure.identity.TokenCachePersistenceOptions.TokenCachePersistenceOptions()"
name: "TokenCachePersistenceOptions()"
nameWithType: "TokenCachePersistenceOptions.TokenCachePersistenceOptions()"
summary: "Constructs an instance of Token<wbr>Cache<wbr>Persistence<wbr>Options."
syntax: "public TokenCachePersistenceOptions()"
desc: "Constructs an instance of TokenCachePersistenceOptions."
methods:
- uid: "com.azure.identity.TokenCachePersistenceOptions.getName()"
fullName: "com.azure.identity.TokenCachePersistenceOptions.getName()"
@ -80,4 +82,4 @@ type: "class"
desc: "Represents the Persistence Token Cache options used to setup the persistent access token cache. It allows users to enable the persistent token cache and optionally configure its name. The TokenCachePersistenceOptions can be configured directly on the Token Credential builders for the Token Credentials that support it."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -72,4 +72,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -53,7 +53,9 @@ constructors:
fullName: "com.azure.identity.UsernamePasswordCredentialBuilder.UsernamePasswordCredentialBuilder()"
name: "UsernamePasswordCredentialBuilder()"
nameWithType: "UsernamePasswordCredentialBuilder.UsernamePasswordCredentialBuilder()"
summary: "Constructs an instance of Username<wbr>Password<wbr>Credential<wbr>Builder."
syntax: "public UsernamePasswordCredentialBuilder()"
desc: "Constructs an instance of UsernamePasswordCredentialBuilder."
methods:
- uid: "com.azure.identity.UsernamePasswordCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.UsernamePasswordCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -141,4 +143,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.UsernamePasswordCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"UsernamePasswordCredential\"></xref>.\n\nUsername password authentication is a common type of authentication flow used by many applications and services, including [Microsoft Entra ID][]. With username password authentication, users enter their username and password credentials to sign in to an application or service. The <xref uid=\"com.azure.identity.UsernamePasswordCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"UsernamePasswordCredential\"></xref> authenticates a public client application and acquires a token using the user credentials that don't require 2FA/MFA (Multi-factored) authentication. For more information refer to the [conceptual knowledge and configuration details][].\n\n**Sample: Construct UsernamePasswordCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.UsernamePasswordCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"UsernamePasswordCredential\"></xref>, using the <xref uid=\"com.azure.identity.UsernamePasswordCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"UsernamePasswordCredentialBuilder\"></xref> to configure it. The `clientId`, `username` and `password` parameters are required to create <xref uid=\"com.azure.identity.UsernamePasswordCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"UsernamePasswordCredential\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential usernamePasswordCredential = new UsernamePasswordCredentialBuilder()\n .clientId(\"<your app client ID>\")\n .username(\"<your username>\")\n .password(\"<your password>\")\n .build();\n```\n\n\n[Microsoft Entra ID]: https://learn.microsoft.com/azure/active-directory/fundamentals/\n[conceptual knowledge and configuration details]: https://aka.ms/azsdk/java/identity/usernamepasswordcredential/docs"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -38,4 +38,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -42,7 +42,9 @@ constructors:
fullName: "com.azure.identity.VisualStudioCodeCredentialBuilder.VisualStudioCodeCredentialBuilder()"
name: "VisualStudioCodeCredentialBuilder()"
nameWithType: "VisualStudioCodeCredentialBuilder.VisualStudioCodeCredentialBuilder()"
summary: "Constructs an instance of Visual<wbr>Studio<wbr>Code<wbr>Credential<wbr>Builder."
syntax: "public VisualStudioCodeCredentialBuilder()"
desc: "Constructs an instance of VisualStudioCodeCredentialBuilder."
methods:
- uid: "com.azure.identity.VisualStudioCodeCredentialBuilder.additionallyAllowedTenants(java.lang.String...)"
fullName: "com.azure.identity.VisualStudioCodeCredentialBuilder.additionallyAllowedTenants(String[] additionallyAllowedTenants)"
@ -100,4 +102,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.VisualStudioCodeCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VisualStudioCodeCredential\"></xref>.\n\nIt's a [known issue][] that this credential doesn't work with [Azure Account extension][] versions newer than **0.9.11**. A long-term fix to this problem is in progress. In the meantime, consider authenticating with <xref uid=\"com.azure.identity.AzureCliCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureCliCredential\"></xref>.\n\n\n[known issue]: https://github.com/Azure/azure-sdk-for-java/issues/27364\n[Azure Account extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -48,4 +48,4 @@ implements:
- "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Просмотреть файл

@ -85,4 +85,4 @@ type: "class"
desc: "Fluent credential builder for instantiating a <xref uid=\"com.azure.identity.WorkloadIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WorkloadIdentityCredential\"></xref>.\n\nWorkload Identity authentication is a feature in Azure that allows applications running on virtual machines (VMs) to access other Azure resources without the need for a service principal or managed identity. With Workload Identity authentication, applications authenticate themselves using their own identity, rather than using a shared service principal or managed identity. Under the hood, Workload Identity authentication uses the concept of Service Account Credentials (SACs), which are automatically created by Azure and stored securely in the VM. By using Workload Identity authentication, you can avoid the need to manage and rotate service principals or managed identities for each application on each VM. Additionally, because SACs are created automatically and managed by Azure, you don't need to worry about storing and securing sensitive credentials themselves. The WorkloadIdentityCredential supports Azure workload identity authentication on Azure Kubernetes and acquires a token using the service account credentials available in the Azure Kubernetes environment. Refer to [Microsoft Entra Workload ID][] for more information.\n\n**Sample: Construct WorkloadIdentityCredential**\n\nThe following code sample demonstrates the creation of a <xref uid=\"com.azure.identity.WorkloadIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WorkloadIdentityCredential\"></xref>, using the <xref uid=\"com.azure.identity.WorkloadIdentityCredentialBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WorkloadIdentityCredentialBuilder\"></xref> to configure it. The `clientId`, is required to create <xref uid=\"com.azure.identity.WorkloadIdentityCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WorkloadIdentityCredential\"></xref>. Once this credential is created, it may be passed into the builder of many of the Azure SDK for Java client builders as the 'credential' parameter.\n\n```java\nTokenCredential workloadIdentityCredential = new WorkloadIdentityCredentialBuilder()\n .clientId(\"<clientID>\")\n .tenantId(\"<tenantID>\")\n .tokenFilePath(\"<token-file-path>\")\n .build();\n```\n\n\n[Microsoft Entra Workload ID]: https://learn.microsoft.com/azure/aks/workload-identity-overview"
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.11.0-beta.2
artifact: com.azure:azure-identity:1.12.0-beta.1

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1139,6 +1139,7 @@
href: ~/docs-ref-services/preview/identity-readme.md
children:
- com.azure.identity
- com.azure.identity
- name: Identity Broker
href: ~/docs-ref-services/preview/identity-broker-readme.md
children: