C# 클래스 Conjur.Resource

Base class representing a Conjur resource.
파일 보기 프로젝트 열기: conjurinc/api-dotnet

보호된 프로퍼티들

프로퍼티 타입 설명
Client Client

공개 메소드들

메소드 설명
Check ( string privilege ) : bool

Determines whether the authenticated user holds the specified privilege on this resource.

비공개 메소드들

메소드 설명
Resource ( Client client, string kind, string id ) : System.Net

Initializes a new instance of the Conjur.Resource class.

메소드 상세

Check() 공개 메소드

Determines whether the authenticated user holds the specified privilege on this resource.
public Check ( string privilege ) : bool
privilege string Privilege to check.
리턴 bool

프로퍼티 상세

Client 보호되어 있는 프로퍼티

The Conjur client used to manipulate this resource.
protected Client,Conjur Client
리턴 Client