space
Previous Page | Next Page

SAS Namespace Types

InternalLogin


Subclass of SecondaryType


Overview

Reserved for internal use in SAS 9.2. InternalLogin represents a login that is authenticated internally by the SAS Metadata Server, rather than externally by the host or other external authentication provider.

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
AccountExpirationDate AccountExpirationDate   double  
BypassHistory BypassHistory   int  
BypassInactivitySuspension BypassInactivitySuspension   int  
BypassLockout BypassLockout   int  
BypassStrength BypassStrength   int  
ExpirationDays ExpirationDays   int  
FailureCount FailureCount   int  
IsDisabled IsDisabled   int  
LockoutTimestamp LockoutTimestamp   double  
LoginTimestamp LoginTimestamp   double  
PasswordHash PasswordHash   String 64  
PasswordHashHistory PasswordHashHistory   String 256  
PasswordTimestamp PasswordTimestamp   double  
Salt Salt   String 8  
SaltHistory SaltHistory   String 128  
UseStdExpirationDays UseStdExpirationDays   int  

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
ForIdentity

Partner: InternalLoginInfo

1 to 1 The identity for this internal login.  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

AccountExpirationDate
     Type:  double  

AccountExpirationDate

BypassHistory
     Type:  int  

BypassHistory

BypassInactivitySuspension
     Type:  int  

BypassInactivitySuspension

BypassLockout
     Type:  int  

BypassLockout

BypassStrength
     Type:  int  

BypassStrength

ExpirationDays
     Type:  int  

ExpirationDays

FailureCount
     Type:  int  

FailureCount

IsDisabled
     Type:  int  

IsDisabled

LockoutTimestamp
     Type:  double  

LockoutTimestamp

LoginTimestamp
     Type:  double  

LoginTimestamp

PasswordHash
     Type:  String 64  

PasswordHash

PasswordHashHistory
     Type:  String 256  

PasswordHashHistory

PasswordTimestamp
     Type:  double  

PasswordTimestamp

Salt
     Type:  String 8  

Salt

SaltHistory
     Type:  String 128  

SaltHistory

UseStdExpirationDays
     Type:  int  

UseStdExpirationDays

Association Details

ForIdentity
     Cardinality:   1 to 1
     Partner:   InternalLoginInfo

The identity for this internal login. 

Associated Types:
Identity   IdentityGroup   Person


space
Previous Page | Next Page | Top of Page