object create

Creates a protected object.

Authentication (administrator ID and password) required to use.

object create object_name object_description type ispolicyattachable {yes|no}

Options

Return codes

Examples

  • Create the object named /Management/Groups/Travel that has a description of Travel Container Object and is an application container object (14). An ACL or a protected object policy cannot be attached to this object:
    pdadmin sec_master> object create /Management/Groups/Travel "Travel
    Container Object" 14 ispolicyattachable no

    See also

    object exists
    object delete

    Parent topic: pdadmin commands