DocumentProcessorPropertiesArgs

data class DocumentProcessorPropertiesArgs(val spoTenantId: Output<String>, val spoTenantUrl: Output<String>) : ConvertibleToJava<DocumentProcessorPropertiesArgs>

Document processor properties

Constructors

Link copied to clipboard
constructor(spoTenantId: Output<String>, spoTenantUrl: Output<String>)

Properties

Link copied to clipboard
val spoTenantId: Output<String>

The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource

Link copied to clipboard
val spoTenantUrl: Output<String>

The URL of an SharePoint Online (SPO) tenant associated with this document processor resource

Functions

Link copied to clipboard
open override fun toJava(): DocumentProcessorPropertiesArgs