pop attach

Attaches a protected object policy (POP) to the specified protected object. The POP must be created before it can be attached.

Requires authentication (administrator ID and password) to use.

pop attach object_name pop_name

At most, one POP can be attached to a given protected object. If the object already has a POP attached to it, the specified POP replaces the existing one. The same POP can be attached to multiple protected objects. Ensure the protected object exists in the protected object space before you attempt to attach a POP.

Options

Return codes

Examples

  • The following example attaches the POP poptest to the protected object named /Test-Space:
    pdadmin sec_master> pop attach /Test-Space poptest

    See also

    pop create
    pop detach

    Parent topic: pdadmin commands