cfxdb.mrealm.arealm_role_association

Classes

ApplicationRealmRoleAssociation

Association of a role with an application realm.

Module Contents

class ApplicationRealmRoleAssociation(arealm_oid: uuid.UUID | None = None, role_oid: uuid.UUID | None = None, _unknown=None)[source]

Bases: object

Association of a role with an application realm.

__eq__(other)[source]
__ne__(other)[source]
__str__()[source]
_unknown = None[source]

Object ID of the application realm this association applies to.

Parameters:

role_oid – Object ID of the role this association applies to.

Type:

param arealm_oid

arealm_oid = None[source]
marshal()[source]

Marshal this object to a generic host language object.

Returns:

dict

static parse(data)[source]

Parse generic host language object into an object of this class.

Parameters:

data (dict) – Generic host language object

Returns:

instance of WebService

role_oid = None[source]