C# Class Conjur.Resource

Base class representing a Conjur resource.
Afficher le fichier Open project: conjurinc/api-dotnet

Protected Properties

Свойство Type Description
Client Client

Méthodes publiques

Méthode Description
Check ( string privilege ) : bool

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

Private Methods

Méthode Description
Resource ( Client client, string kind, string id ) : System.Net

Initializes a new instance of the Conjur.Resource class.

Method Details

Check() public méthode

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

Property Details

Client protected_oe property

The Conjur client used to manipulate this resource.
protected Client,Conjur Client
Résultat Client