Skip to content

Disassociate Website Authorization Provider

worklink_disassociate_website_authorization_provider R Documentation

Disassociates a website authorization provider from a specified fleet

Description

Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.

Usage

worklink_disassociate_website_authorization_provider(FleetArn,
  AuthorizationProviderId)

Arguments

FleetArn

[required] The ARN of the fleet.

AuthorizationProviderId

[required] A unique identifier for the authorization provider.

Value

An empty list.

Request syntax

svc$disassociate_website_authorization_provider(
  FleetArn = "string",
  AuthorizationProviderId = "string"
)