Get the AuthPolicyStatement object by its id.

get

https://{host}:{port}/{basePath}/AuthPolicyStatement/{authPolicyStatementId}

get the AuthPolicyStatement object by its id.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : AuthPolicyStatement
Type: object
Show Source
Nested Schema : AuthorizationGroup
Type: object
An authorization group represents a collection of users that share a pca authorization level. The various levels are SuperAdmin, Admin and Monitor.
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : authPolicyStatementIds
Type: array
Nested Schema : cliSessionIds
Type: array
Nested Schema : faultIds
Type: array
Nested Schema : policyStatements
Type: array
Nested Schema : userIds
Type: array
Nested Schema : webSessionIds
Type: array

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source

Default Response

An error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top