REST API  4.0.0
REST API for SafeNet Network HSMs
Partition Description

Partition Description

Object
    activated: Object
    type: boolean
    description:  activated indicates if the partition is authenticated and in a state
                  where it can be used without the need to re-present login credentials.  
                  A value of TRUE means that an application can use the partition without
                  additional authentication.  A value of FALSE means that an application
                  must present login credentials to use the partition.


    capabilitiesUrl: string (see Partition Capabilities)

    label: Object
    type: string
    description:  label is an identifier for the partition that may or may not be unique.
                  It can consist of alpha-numeric characters; see "Partition Create" in 
                  the SafeNet Network HSM Product Documentation for more details.  If label is
                  unspecified when the partition is created, it has the same value as the
                  name attribute.                 
    name: Object
    type: string
    description:  name is an HSM-unique identifier for the partition.  It can consist of
                  alpha-numeric characters; see "Partition Create" in the SafeNet Network HSM Product
                  Documentation for more details.
                  example:  "AcmePartition"
    
    objectCount: Object
    type: integer
    description:  objectCount indicates how many cryptographic objects exists within the
                  partition.


    objectsUrl: string (see Partition Objects)

    policiesUrl: string (see Partition Policies)

    rolesUrl: string (see Partition Roles)

    state: string (see State)

    stc: string (see STC)

    storageSpace: RestObjectStorageSpace (see Partition StorageSpace)