Skip to content

Revoke Domain Access

worklink_revoke_domain_access R Documentation

Moves a domain to INACTIVE status if it was in the ACTIVE status

Description

Moves a domain to INACTIVE status if it was in the ACTIVE status.

Usage

worklink_revoke_domain_access(FleetArn, DomainName)

Arguments

FleetArn

[required] The ARN of the fleet.

DomainName

[required] The name of the domain.

Value

An empty list.

Request syntax

svc$revoke_domain_access(
  FleetArn = "string",
  DomainName = "string"
)