space
Previous Page | Next Page

SAS Namespace Types

ResponsibleParty


Subclass of SecondaryType


Overview

This metadata type associates a responsibility with an identity. Later, this ResponsibleParty object can be associated with one or more resources.

A ResponsibleParty object must be created in the same SAS Metadata Repository as the Person or IdentityGroup object of the identity that it describes. New methods have been added to the SAS Open Metadata Interface that create and get ResponsibleParty objects in the appropriate repository, regardless of whether the requesting identity has WriteMetadata permission to that repository or not. For more information, see AddResponsibleParty and GetResponsibleParty in the SAS 9.2 Open Metadata Interface: Reference and Usage.

A ResponsibleParty object:

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
Role Stores information about the responsibility that the associated identity has in relation to the associated objects. String 100  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
Objects

Partner: ResponsibleParties

0 to * The list of objects for which this responsibility has been assigned.  *ALL TYPES*
Persons

Partner: Responsibilities

0 to * The list of persons which have been assigned the responsibility defined in this object.   Identity
IdentityGroup
Person

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

Role
     Type:  String 100  

The responsibility the specified identity has in relation to the associated objects. SAS-supported responsibility values include OWNER, USER, ADMINISTRATOR, and CHANGEDBY. User-defined responsibility values are supported as well.

Association Details

Objects
     Cardinality:   0 to *
     Partner:   ResponsibleParties

The responsibility as defined by the Role attribute may apply to one or more resources. An application with a requirement to determine all the resources for which a person has been assigned a particular responsibility would find the ResponsibleParty object, where role is the responsibility in question, and for that ResponsibleParty object, obtain the list of resources.  

Associated Types:
*ALL TYPES*

Persons
     Cardinality:   0 to *
     Partner:   Responsibilities

The list of persons which have been assigned the responsibility defined in this object.  

Associated Types:
Identity   IdentityGroup  Person


space
Previous Page | Next Page | Top of Page