Skip to content

Describe Directory Data Access

directoryservice_describe_directory_data_access R Documentation

Obtains status of directory data access enablement through the Directory Service Data API for the specified directory

Description

Obtains status of directory data access enablement through the Directory Service Data API for the specified directory.

Usage

directoryservice_describe_directory_data_access(DirectoryId)

Arguments

DirectoryId

[required] The directory identifier.

Value

A list with the following syntax:

list(
  DataAccessStatus = "Disabled"|"Disabling"|"Enabled"|"Enabling"|"Failed"
)

Request syntax

svc$describe_directory_data_access(
  DirectoryId = "string"
)