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

A resource to which access can be controlled More...

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

Public Member Functions

 AccessControlledResource (string application=default(string), string name=default(string), string description=default(string), List< AccessControlledAction > actions=default(List< AccessControlledAction >), List< IdentifierPartSchema > identifierParts=default(List< IdentifierPartSchema >), List< Link > links=default(List< Link >))
 Initializes a new instance of the AccessControlledResource 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 (AccessControlledResource input)
 Returns true if AccessControlledResource instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Application [get, set]
 The application to which this resource belongs More...
 
string Name [get, set]
 The display name of the resource More...
 
string Description [get, set]
 The description of the resource More...
 
List< AccessControlledActionActions [get, set]
 The actions acceptable for this type of resource More...
 
List< IdentifierPartSchemaIdentifierParts [get, set]
 The constituent parts of a valid identifier for this resource More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

A resource to which access can be controlled

Constructor & Destructor Documentation

◆ AccessControlledResource() [1/2]

Lusid.Sdk.Model.AccessControlledResource.AccessControlledResource ( )
inlineprotected

Initializes a new instance of the AccessControlledResource class.

◆ AccessControlledResource() [2/2]

Lusid.Sdk.Model.AccessControlledResource.AccessControlledResource ( string  application = default(string),
string  name = default(string),
string  description = default(string),
List< AccessControlledAction actions = default(List<AccessControlledAction>),
List< IdentifierPartSchema identifierParts = default(List<IdentifierPartSchema>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AccessControlledResource class.

Parameters
applicationThe application to which this resource belongs.
nameThe display name of the resource.
descriptionThe description of the resource (required).
actionsThe actions acceptable for this type of resource (required).
identifierPartsThe constituent parts of a valid identifier for this resource.
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccessControlledResource instances are equal

Parameters
inputInstance of AccessControlledResource to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Actions

List<AccessControlledAction> Lusid.Sdk.Model.AccessControlledResource.Actions
getset

The actions acceptable for this type of resource

The actions acceptable for this type of resource

◆ Application

string Lusid.Sdk.Model.AccessControlledResource.Application
getset

The application to which this resource belongs

The application to which this resource belongs

◆ Description

string Lusid.Sdk.Model.AccessControlledResource.Description
getset

The description of the resource

The description of the resource

◆ IdentifierParts

List<IdentifierPartSchema> Lusid.Sdk.Model.AccessControlledResource.IdentifierParts
getset

The constituent parts of a valid identifier for this resource

The constituent parts of a valid identifier for this resource

◆ Links

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

Collection of links.

Collection of links.

◆ Name

string Lusid.Sdk.Model.AccessControlledResource.Name
getset

The display name of the resource

The display name of the resource


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