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
파일 보기 프로젝트 열기: pulumi/pulumi-vault

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