Skip to content

Describe Device Policy Configuration

worklink_describe_device_policy_configuration R Documentation

Describes the device policy configuration for the specified fleet

Description

Describes the device policy configuration for the specified fleet.

Usage

worklink_describe_device_policy_configuration(FleetArn)

Arguments

FleetArn

[required] The ARN of the fleet.

Value

A list with the following syntax:

list(
  DeviceCaCertificate = "string"
)

Request syntax

svc$describe_device_policy_configuration(
  FleetArn = "string"
)