Get the AuthPolicyStatement object by its id.
get
https://{host}:{port}/{basePath}/AuthPolicyStatement/{authPolicyStatementId}
get the AuthPolicyStatement object by its id.
Request
Path Parameters
-
AuthPolicyStatementId(required):
AuthPolicyStatementId to retrieve the associated AuthPolicyStatement.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : AuthPolicyStatement
Type:
Show Source
object
-
action(required): string
Allowed Values:
[ "INSPECT", "READ", "USE", "MANAGE" ]
-
activeState(required): string
Allowed Values:
[ "ACTIVE", "INACTIVE" ]
-
authorizationGroupId: object
AuthorizationGroup
An authorization group represents a collection of users that share a pca authorization level. The various levels are SuperAdmin, Admin and Monitor.
-
faultIds: array
faultIds
-
functionFamily(required): string
Maximum Length:
128
-
lastModifiedTime: timestamp
-
predefined: boolean
-
resourceFamily(required): string
Maximum Length:
128
-
resources(required): string
Maximum Length:
1024
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
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.