appstream_create_directory_config: Creates a Directory Config object in AppStream 2

View source: R/appstream_operations.R

appstream_create_directory_configR Documentation

Creates a Directory Config object in AppStream 2

Description

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

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

Usage

appstream_create_directory_config(
  DirectoryName,
  OrganizationalUnitDistinguishedNames,
  ServiceAccountCredentials = NULL,
  CertificateBasedAuthProperties = NULL
)

Arguments

DirectoryName

[required] The fully qualified name of the directory (for example, corp.example.com).

OrganizationalUnitDistinguishedNames

[required] The distinguished names of the organizational units for computer accounts.

ServiceAccountCredentials

The credentials for the service account used by the fleet or image builder to connect to the directory.

CertificateBasedAuthProperties

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.