Class VaultAccess
Defines the access for a specific identity in a vault
Inheritance
System.Object
VaultAccess
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class VaultAccess : IClaimDescriptor
Constructors
VaultAccess()
Initializes a new instance of the VaultAccess class.
Declaration
public VaultAccess()
VaultAccess(VaultAccess)
Initializes a new instance of the VaultAccess class.
Declaration
public VaultAccess(VaultAccess vaultAccess)
Parameters
Type | Name | Description |
---|---|---|
VaultAccess | vaultAccess |
Properties
ClaimType
Declaration
public string ClaimType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClaimValue
Declaration
public string ClaimValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Get/Sets the DisplayName of the VaultAccess
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identity
Get/Sets the Identity of the VaultAccess
Declaration
[Obsolete("Use ClaimValue instead")]
public string Identity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the user/group who has the access |
Role
Get/Sets the Role of the VaultAccess
Declaration
public VaultRoles Role { get; set; }
Property Value
Type | Description |
---|---|
VaultRoles | The VaultRoles for the identity |