SecurityPrincipalsCriteria Class

Represents the security principal criteria to be used with security get operations.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.SecurityPrincipalsCriteria

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SecurityPrincipalsCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SecurityPrincipalsCriteria _
    Implements IExtensibleDataObject
'Usage
Dim instance As SecurityPrincipalsCriteria
[DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"SecurityPrincipalsCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipalsCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsCriteria =  
    class
        interface IExtensibleDataObject
    end
public class SecurityPrincipalsCriteria implements IExtensibleDataObject

The SecurityPrincipalsCriteria type exposes the following members.

Constructors

  Name Description
Public method SecurityPrincipalsCriteria Initializes a new instance of the SecurityPrincipalsCriteria class.

Top

Properties

  Name Description
Public property All Gets or sets a value that indicates whether all users criteria are used.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property FunctionPrivilege Gets or sets the function privilege result type.
Public property HierarchyMemberPrivilege Gets or sets the hierarchy member privilege result type.
Public property Identifiers Gets or sets an array of user criteria.
Public property ModelPrivilege Gets or sets the model privilege result type.
Public property ResultType Gets or sets the principal result type.
Public property SecurityResolutionType Gets or sets resolution of effective privileges.
Public property Type Gets or sets the type of the principal.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.