57 строки
4.3 KiB
YAML
57 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.keyvault.AccessPolicy"
|
|
fullName: "com.microsoft.azure.management.keyvault.AccessPolicy"
|
|
name: "AccessPolicy"
|
|
nameWithType: "AccessPolicy"
|
|
summary: "An immutable client-side representation of a key vault access policy."
|
|
syntax: "public interface **AccessPolicy**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.Vault?alt=com.microsoft.azure.management.keyvault.Vault&text=Vault\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.keyvault.AccessPolicy.applicationId()"
|
|
fullName: "com.microsoft.azure.management.keyvault.AccessPolicy.applicationId()"
|
|
name: "applicationId()"
|
|
nameWithType: "AccessPolicy.applicationId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String applicationId()"
|
|
returns:
|
|
description: "Application ID of the client making request on behalf of a principal."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.AccessPolicy.objectId()"
|
|
fullName: "com.microsoft.azure.management.keyvault.AccessPolicy.objectId()"
|
|
name: "objectId()"
|
|
nameWithType: "AccessPolicy.objectId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String objectId()"
|
|
returns:
|
|
description: "The object ID of a user or service principal in the Azure Active\n Directory tenant for the vault."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.AccessPolicy.permissions()"
|
|
fullName: "com.microsoft.azure.management.keyvault.AccessPolicy.permissions()"
|
|
name: "permissions()"
|
|
nameWithType: "AccessPolicy.permissions()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Permissions permissions()"
|
|
returns:
|
|
description: "Permissions the identity has for keys and secrets."
|
|
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.AccessPolicy.tenantId()"
|
|
fullName: "com.microsoft.azure.management.keyvault.AccessPolicy.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "AccessPolicy.tenantId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String tenantId()"
|
|
returns:
|
|
description: "The Azure Active Directory tenant ID that should be used for\n authenticating requests to the key vault."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of a key vault access policy."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.Vault?alt=com.microsoft.azure.management.keyvault.Vault&text=Vault\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.keyvault.AccessPolicyEntry?alt=com.microsoft.azure.management.keyvault.AccessPolicyEntry&text=AccessPolicyEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.keyvault"
|
|
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4
|