worklink_associate_website_authorization_provider {paws.end.user.computing}R Documentation

Description

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

See https://www.paws-r-sdk.com/docs/worklink_associate_website_authorization_provider/ for full documentation.

Usage

worklink_associate_website_authorization_provider(
  FleetArn,
  AuthorizationProviderType,
  DomainName = NULL
)

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.


[Package paws.end.user.computing version 0.7.0 Index]