azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry"
name: "AccessPolicyEntry"
nameWithType: "AccessPolicyEntry"
summary: "An identity that have access to the key vault."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AccessPolicyEntry**"
constructors:
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.AccessPolicyEntry()"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.AccessPolicyEntry()"
name: "AccessPolicyEntry()"
nameWithType: "AccessPolicyEntry.AccessPolicyEntry()"
syntax: "public AccessPolicyEntry()"
methods:
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.applicationId()"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.applicationId()"
name: "applicationId()"
nameWithType: "AccessPolicyEntry.applicationId()"
summary: "Get the application<wbr>Id value."
syntax: "public UUID applicationId()"
desc: "Get the applicationId value."
returns:
description: "the applicationId value"
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.objectId()"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.objectId()"
name: "objectId()"
nameWithType: "AccessPolicyEntry.objectId()"
summary: "Get the object<wbr>Id value."
syntax: "public String objectId()"
desc: "Get the objectId value."
returns:
description: "the objectId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.permissions()"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.permissions()"
name: "permissions()"
nameWithType: "AccessPolicyEntry.permissions()"
summary: "Get the permissions value."
syntax: "public Permissions permissions()"
desc: "Get the permissions value."
returns:
description: "the permissions value"
type: "<xref href=\"com.microsoft.azure.management.keyvault.Permissions?alt=com.microsoft.azure.management.keyvault.Permissions&text=Permissions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.tenantId()"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.tenantId()"
name: "tenantId()"
nameWithType: "AccessPolicyEntry.tenantId()"
summary: "Get the tenant<wbr>Id value."
syntax: "public UUID tenantId()"
desc: "Get the tenantId value."
returns:
description: "the tenantId value"
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withApplicationId(java.util.UUID)"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withApplicationId(UUID applicationId)"
name: "withApplicationId(UUID applicationId)"
nameWithType: "AccessPolicyEntry.withApplicationId(UUID applicationId)"
summary: "Set the application<wbr>Id value."
parameters:
- description: "the applicationId value to set"
name: "applicationId"
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccessPolicyEntry withApplicationId(UUID applicationId)"
desc: "Set the applicationId value."
returns:
description: "the AccessPolicyEntry object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withObjectId(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withObjectId(String objectId)"
name: "withObjectId(String objectId)"
nameWithType: "AccessPolicyEntry.withObjectId(String objectId)"
summary: "Set the object<wbr>Id value."
parameters:
- description: "the objectId value to set"
name: "objectId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccessPolicyEntry withObjectId(String objectId)"
desc: "Set the objectId value."
returns:
description: "the AccessPolicyEntry object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withPermissions(com.microsoft.azure.management.keyvault.Permissions)"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withPermissions(Permissions permissions)"
name: "withPermissions(Permissions permissions)"
nameWithType: "AccessPolicyEntry.withPermissions(Permissions permissions)"
summary: "Set the permissions value."
parameters:
- description: "the permissions value to set"
name: "permissions"
type: "<xref href=\"com.microsoft.azure.management.keyvault.Permissions?alt=com.microsoft.azure.management.keyvault.Permissions&text=Permissions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccessPolicyEntry withPermissions(Permissions permissions)"
desc: "Set the permissions value."
returns:
description: "the AccessPolicyEntry object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withTenantId(java.util.UUID)"
fullName: "com.microsoft.azure.management.keyvault.AccessPolicyEntry.withTenantId(UUID tenantId)"
name: "withTenantId(UUID tenantId)"
nameWithType: "AccessPolicyEntry.withTenantId(UUID tenantId)"
summary: "Set the tenant<wbr>Id value."
parameters:
- description: "the tenantId value to set"
name: "tenantId"
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccessPolicyEntry withTenantId(UUID tenantId)"
desc: "Set the tenantId value."
returns:
description: "the AccessPolicyEntry object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4