Share via


SecurityPrincipalsCriteria Class

Defines the data contract for the security principals criteria.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipalsCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SecurityPrincipalsCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrincipalsCriteria _
    Inherits DataContractBase
'Usage
Dim instance As SecurityPrincipalsCriteria
[DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipalsCriteria : DataContractBase
[DataContractAttribute(Name = L"SecurityPrincipalsCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipalsCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrincipalsCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsCriteria =  
    class 
        inherit DataContractBase 
    end
public final class SecurityPrincipalsCriteria extends DataContractBase

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 user criteria are used.
Public property FunctionPrivilege Gets or sets the ResultType for function privilege.
Public property HierarchyMemberPrivilege Gets or sets the ResultType for hierarchy member privilege.
Public property Identifiers Gets or sets the collection of identifiers.
Public property ModelPrivilege Gets or sets the ResultType for model privilege.
Public property ResultType Gets or sets the principal result type.
Public property SecurityResolutionType Gets or sets the type of the security resolution.
Public property Type Gets or sets the user or group.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (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.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace