Subject

Represents a User or Group within the system.For a given user, either a name or accessId must be specified for a subject, but not both.



 

Attributes Summary

name The name of the user of group.
accessId An internal unique identifier that represents the user or group.

 

Attribute Details


name

The name of the user of group. Ignored if an accessId is provided.

Data type:   String
Default value:   unspecified



accessId

An internal unique identifier that represents the user or group.If specified, name is ignored.Different subtypes may have their own prefixes that are used for access id's.This value is usually not specified manually during deployment, but rather automatically by deployment tooling.

Data type:   String
Default value:   unspecified