SoftLayer_User_Permission_Group


SoftLayer_User_Permission_Group

Description

The SoftLayer_User_Permission_Group data type contains local attributes to identify and describe the permission groups that have been created within IMS. These includes a name, description, and account id. Permission groups are defined specifically for a single SoftLayer_Account.

It also contains relational attributes that indicate what SoftLayer_User_Permission_Action objects belong to a particular group, and what SoftLayer_User_Permission_Role objects the group is linked.

Local


accountId

A permission groups associated SoftLayer_Account id.
Type: int


createDate

The date the permission group record was created.
Type: dateTime


description

The description of the permission group.
Type: string


expirationDate

The date the group will be destroyed.
Type: dateTime


id

A permission groups internal identifying number.
Type: int


modifyDate

The date the permission group record was last modified.
Type: dateTime


name

The name of the permission group.
Type: string


typeId

The type of permission group.
Type: int

Relational


type

The type of the permission group.
Type: SoftLayer_User_Permission_Group_Type

Count


actionCount

A count of
Type: unsignedLong


roleCount

A count of
Type: unsignedLong