Skip to content

Associate Website Authorization Provider

worklink_associate_website_authorization_provider R Documentation

Associates a website authorization provider with a specified fleet

Description

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

Usage

worklink_associate_website_authorization_provider(FleetArn,
  AuthorizationProviderType, DomainName)

Arguments

FleetArn

[required] The ARN of the fleet.

AuthorizationProviderType

[required] The authorization provider type.

DomainName

The domain name of the authorization provider. This applies only to SAML-based authorization providers.

Value

A list with the following syntax:

list(
  AuthorizationProviderId = "string"
)

Request syntax

svc$associate_website_authorization_provider(
  FleetArn = "string",
  AuthorizationProviderType = "SAML",
  DomainName = "string"
)