Get Schema
verifiedpermissions_get_schema | R Documentation |
Retrieve the details for the specified schema in the specified policy store¶
Description¶
Retrieve the details for the specified schema in the specified policy store.
Usage¶
verifiedpermissions_get_schema(policyStoreId)
Arguments¶
policyStoreId |
[required] Specifies the ID of the policy store that contains the schema. |
Value¶
A list with the following syntax:
list(
policyStoreId = "string",
schema = "string",
createdDate = as.POSIXct(
"2015-01-01"
),
lastUpdatedDate = as.POSIXct(
"2015-01-01"
),
namespaces = list(
"string"
)
)
Request syntax¶
svc$get_schema(
policyStoreId = "string"
)