Export
Export
yaml
type: "io.kestra.plugin.microsoft365.oneshare.Export"Examples
yaml
id: export_to_pdf
namespace: company.team
tasks:
- id: export
type: io.kestra.plugin.microsoft365.oneshare.Export
tenantId: "{{ secret('TENANT_ID') }}"
clientId: "{{ secret('CLIENT_ID') }}"
clientSecret: "{{ secret('CLIENT_SECRET') }}"
driveId: "b!abc123def456"
itemId: "01ABC123DEF456GHI789"
format: PDF
yaml
id: export_to_html
namespace: company.team
tasks:
- id: export_html
type: io.kestra.plugin.microsoft365.oneshare.Export
tenantId: "{{ secret('TENANT_ID') }}"
clientId: "{{ secret('CLIENT_ID') }}"
clientSecret: "{{ secret('CLIENT_SECRET') }}"
driveId: "b!abc123def456"
itemId: "01EXCEL123456789"
format: HTML
Properties
driveId *Requiredstring
format *Requiredstring
Possible Values
PDFHTMLitemId *Requiredstring
clientId string
clientSecret string
pemCertificate string
tenantId string
Outputs
uri string
Format
uri