space
Previous Page | Next Page

SAS Namespace Types

Login


Subclass of PrimaryType


Overview

Represents login information for a given user in a given authentication domain.

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
Password This is the password associated with the user ID in this domain.   String 128  
UserID The user ID used for authentication. The ID must be unique to 128 characters.   String 128  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, IsHidden, LockedBy, PublicType, 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
AssociatedIdentity

Partner: Logins

0 to 1 The identity associated with this login.  Identity
IdentityGroup
Person
DataSources

Partner: DefaultLogin

0 to * The data source names that use this login as a default.  DataSourceName
Domain

Partner: Logins

0 to 1 The authorization domain that will authenticate a user to a server using these credentials (for example, this user ID and password).  AuthenticationDomain
Libraries

Partner: DefaultLogin

0 to * The libraries that use this login as a default.  SASLibrary

Inherited Associations
AccessControls/Objects, Changes/Objects, CustomAssociations/OwningObject, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, 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

Password
     Type:  String 128  

This is the password associated with the user ID in this domain.

UserID
     Type:  String 128  

The user ID used for authentication. The ID must be unique to 128 characters.

Association Details

AssociatedIdentity
     Cardinality:   0 to 1
     Partner:  Logins

The identity associated with this login. 

Associated Types:
Identity, IdentityGroup, Person

DataSources
     Cardinality:   0 to *
     Partner:  DefaultLogin

The data source names that use this login as a default. 

Associated Types:
DataSourceName

Domain
     Cardinality:   0 to 1
     Partner:  Logins

The authorization domain that will authenticate a user to a server using these credentials (for example, this user ID and password). 

Associated Types:
AuthenticationDomain

Libraries
     Cardinality:   0 to *
     Partner:   DefaultLogin

The libraries that use this login as a default. 

Associated Types:
SASLibrary

Previous Page | Next Page | Top of Page