SubjectExt
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 or group. accessId An internal unique identifier that represents the user or group.
Attribute Details
name
The name of the user or 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.The specific subtypes are responsible for ensuring that the type prefix of of the access id is specified correctly.This value is usually not specified manually during deployment, but rather by deployment tooling.
Data type: String
Default value: unspecified