LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.AccessControlledAction Class Reference

An action that can be access controlled More...

Inheritance diagram for Lusid.Sdk.Model.AccessControlledAction:
Inheritance graph
[legend]

Public Member Functions

 AccessControlledAction (string description=default(string), ActionId action=default(ActionId), List< IdSelectorDefinition > limitedSet=default(List< IdSelectorDefinition >), List< Link > links=default(List< Link >))
 Initializes a new instance of the AccessControlledAction class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (AccessControlledAction input)
 Returns true if AccessControlledAction instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 AccessControlledAction ()
 Initializes a new instance of the AccessControlledAction class. More...
 

Properties

string Description [get, set]
 The description of the action More...
 
ActionId Action [get, set]
 Gets or Sets Action More...
 
List< IdSelectorDefinitionLimitedSet [get, set]
 When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

An action that can be access controlled

Constructor & Destructor Documentation

◆ AccessControlledAction() [1/2]

Lusid.Sdk.Model.AccessControlledAction.AccessControlledAction ( )
inlineprotected

Initializes a new instance of the AccessControlledAction class.

◆ AccessControlledAction() [2/2]

Lusid.Sdk.Model.AccessControlledAction.AccessControlledAction ( string  description = default(string),
ActionId  action = default(ActionId),
List< IdSelectorDefinition limitedSet = default(List<IdSelectorDefinition>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AccessControlledAction class.

Parameters
descriptionThe description of the action (required).
actionaction (required).
limitedSetWhen populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action.
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.AccessControlledAction.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.AccessControlledAction.Equals ( AccessControlledAction  input)
inline

Returns true if AccessControlledAction instances are equal

Parameters
inputInstance of AccessControlledAction to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.AccessControlledAction.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.AccessControlledAction.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.AccessControlledAction.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Action

ActionId Lusid.Sdk.Model.AccessControlledAction.Action
getset

Gets or Sets Action

◆ Description

string Lusid.Sdk.Model.AccessControlledAction.Description
getset

The description of the action

The description of the action

◆ LimitedSet

List<IdSelectorDefinition> Lusid.Sdk.Model.AccessControlledAction.LimitedSet
getset

When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action

When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action

◆ Links

List<Link> Lusid.Sdk.Model.AccessControlledAction.Links
getset

Collection of links.

Collection of links.


The documentation for this class was generated from the following file: