C# Класс Pulumi.Vault.Identity.EntityPolicies

Manages policies for an Identity Entity for Vault. The [Identity secrets engine](https://www.vaultproject.io/docs/secrets/identity/index.html) is the identity management solution for Vault. > This content is derived from https://github.com/terraform-providers/terraform-provider-vault/blob/master/website/docs/r/identity_entity_policies.html.markdown.
Наследование: Pulumi.CustomResource
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EntityPolicies System
MakeResourceOptions CustomResourceOptions

Открытые методы

Метод Описание
EntityPolicies ( string name, EntityPoliciesArgs args, CustomResourceOptions? options = null ) : System

Create a EntityPolicies resource with the given unique name, arguments, and options.

Get ( string name, Input id, EntityPoliciesState? state = null, CustomResourceOptions? options = null ) : EntityPolicies

Get an existing EntityPolicies resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Приватные методы

Метод Описание
EntityPolicies ( string name, Input id, EntityPoliciesState? state = null, CustomResourceOptions? options = null ) : System
MakeResourceOptions ( CustomResourceOptions? options, Input? id ) : CustomResourceOptions

Описание методов

EntityPolicies() публичный Метод

Create a EntityPolicies resource with the given unique name, arguments, and options.
public EntityPolicies ( string name, EntityPoliciesArgs args, CustomResourceOptions? options = null ) : System
name string The unique name of the resource
args EntityPoliciesArgs The arguments used to populate this resource's properties
options CustomResourceOptions? A bag of options that control this resource's behavior
Результат System

Get() публичный статический Метод

Get an existing EntityPolicies resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
public static Get ( string name, Input id, EntityPoliciesState? state = null, CustomResourceOptions? options = null ) : EntityPolicies
name string The unique name of the resulting resource.
id Input The unique provider ID of the resource to lookup.
state EntityPoliciesState? Any extra arguments used during the lookup.
options CustomResourceOptions? A bag of options that control this resource's behavior
Результат EntityPolicies