Skip to content

Get Resource Policy

schemas_get_resource_policy R Documentation

Retrieves the resource-based policy attached to a given registry

Description

Retrieves the resource-based policy attached to a given registry.

Usage

schemas_get_resource_policy(RegistryName)

Arguments

RegistryName

The name of the registry.

Value

A list with the following syntax:

list(
  Policy = "string",
  RevisionId = "string"
)

Request syntax

svc$get_resource_policy(
  RegistryName = "string"
)