get_role_type_by_uri method

get_role_type_by_uri(role_type_uri)

Gets the RoleType which has the specified uri.

Returns

The RoleType.

def get_role_type_by_uri(self, role_type_uri):
    ...
ParameterTypeDescription
role_type_uristrThe role type uri.

See Also