space
Previous Page | Next Page

SAS Namespace Types

SASPassword


Subclass of SecondaryType


Overview

Represents the storage of SAS passwords for SAS tables or connections. There will be one of these for each type of password associated with a file.

Security Inheritance and Enforcement Rules

The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
Encryption The encryption algorithm to be used with a key value stored in the Password attribute.   String 8  
Password A password or key value for the SAS file.   String 256  
Type The type of the SAS password or key for the table. Values are READ, WRITE, ALTER, ALL, and SASPW for SAS data sets and MBL_R, MBL_W, MBL_A, and MBL_K for metadata-bound libraries.   String 6  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, LockedBy, SecTransctxt, 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
AssociatedSecuredLibrary

Partner: DefaultPasswords

0 to 1 The associated secured library that uses this password.  SecuredLibrary
ProtectedConnections

Partner: SAPW

0 to * The connection for protected servers.  Connection
COMConnection
OpenClientConnection
SASClientConnection
TCPIPConnection
ProtectedPassthrus

Partner: PassthruPassword

0 to * The connection for protected pass thrus.  Connection
COMConnection
OpenClientConnection
SASClientConnection
TCPIPConnection
ProtectedTable

Partner: SASPasswords

0 to 1 The table associated with this password. PhysicalTable
WorkTable
TSAssociatedNamespace

Partner: TSAccessKeys

0 to 1 The table server namespaces that use this access key.  TSNamespace

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

Encryption
     Type:  String 8  

The encryption algorithm to be used with a key value stored in the Password attribute.

Password
     Type:  String 256  

A password or key value for the SAS file.

Type
     Type:  String 6  

The type of the SAS password or key for the table. Values are READ, WRITE, ALTER, ALL, and SASPW for SAS data sets and MBL_R, MBL_W, MBL_A, and MBL_K for metadata-bound libraries.

Association Details

AssociatedSecuredLibrary
     Cardinality:   0 to 1
     Partner:   DefaultPasswords

The associated secured library that uses this password. 

Associated Types:
SecuredLibrary

ProtectedConnections
     Cardinality:   0 to *
     Partner:   SAPW

The connection for protected servers. 

Associated Types:
Connection, COMConnection, OpenClientConnection, SASClientConnection, TCPIPConnection

ProtectedPassthrus
     Cardinality:   0 to *
     Partner:   PassthruPassword

The connection for protected passthrus. 

Associated Types:
Connection , COMConnection, OpenClientConnection, SASClientConnection, TCPIPConnection

ProtectedTable
     Cardinality:   0 to 1
     Partner:   SASPasswords

The table associated with this password. 

Associated Types:
PhysicalTable, WorkTable

TSAssociatedNamespace
     Cardinality:   0 to 1
     Partner:   TSAccessKeys

The table server namespaces that use this access key. 

Associated Types:
TSNamespace

Previous Page | Next Page | Top of Page