Skip to content

Get Policy Store Alias

verifiedpermissions_get_policy_store_alias R Documentation

Retrieves details about the specified policy store alias

Description

Retrieves details about the specified policy store alias.

Usage

verifiedpermissions_get_policy_store_alias(aliasName)

Arguments

aliasName

[required] Specifies the name of the policy store alias that you want information about.

The alias name must always be prefixed with ⁠policy-store-alias/⁠.

Value

A list with the following syntax:

list(
  aliasName = "string",
  policyStoreId = "string",
  aliasArn = "string",
  createdAt = as.POSIXct(
    "2015-01-01"
  ),
  state = "Active"|"PendingDeletion"
)

Request syntax

svc$get_policy_store_alias(
  aliasName = "string"
)