[Index]

Model: data/MicrosoftTenant

This model stores information about a Microsoft Tenant Connection

Model Details: data/MicrosoftTenant

Title Description Details
Name * Microsoft Tenant user defined name can have a max length of 255 charactors within the following regex pattern - ^[a-zA-Z0-9-_ ]+$
  • Field Name: name
  • Type: String
  • MaxLength: 255
  • Pattern: ^[a-zA-Z0-9-_. ]+$
Description Microsoft Tenant user defined description can have a max length of 255 charactors.
  • Field Name: description
  • Type: String
  • MaxLength: 255
Host * Windows powershell host, serves as an intermediary between VOSS and Microsoft Teams, can be an IP address or a host name up to 255 charactors.
  • Field Name: hostName
  • Type: String
  • MaxLength: 255
Username * Windows powershell host service account.
  • Field Name: proxyUsername
  • Type: String
  • MaxLength: 255
Password * Windows powershell host password of the above service account.
  • Field Name: proxyPassword
  • Type: String
  • Is Password: True
  • Store Encrypted: True
  • MaxLength: 255
Authentication Method Type of authentication to use when interfacing to the external service.
  • Field Name: auth_method
  • Type: String
  • Choices: ["HTTP Basic Authentication", "OAuth(OApen Authorization)", "Session Based Authentication"]
Microsoft 365 sync on Create/Update Sync Microsoft 365 on Create and Update. When this checkbox is checked it will execute a full Pull Sync from the Microsoft 365.
  • Field Name: syncGraph
  • Type: Boolean
Client ID * The Client ID or Application ID assigned by the Azure app registration portal.
  • Field Name: client_id
  • Type: String
Tenant ID * Your Microsoft 365 tenant ID is a globally unique identifier (GUID) that is different than your organization name or domain. You may need this identifier when you configure OneDrive policies. Your tenant ID can be found in the Tenant ID box on the Properties page.
  • Field Name: tenant_id
  • Type: String
Secret * A Client (application) Secret, either a password or a public/private key pair (certificate).
  • Field Name: client_secret
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Enable Microsoft Exchange Enable Microsoft Exchange.
  • Field Name: enable_exchange
  • Type: Boolean
Certificate Thumbprint Certificate Thumbprint use for Microsoft Exchange connectivity.
  • Field Name: certificate_thumbprint
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Microsoft Exchange sync on Create/Update Sync Microsoft Exchange on Create and Update. When this checkbox is checked it will execute a full Pull Sync from the Microsoft Exchange
  • Field Name: syncExchange
  • Type: Boolean
Admin Username * Username of an admin account used by VOSS to access Microsoft Teams.
  • Field Name: tenantUsername
  • Type: String
  • MaxLength: 255
Admin Password * Admin password of the above account
  • Field Name: tenantPassword
  • Type: String
  • Is Password: True
  • Store Encrypted: True
  • MaxLength: 255
Use HTTP Proxy Use Proxy is for when there is an internet proxy set up between the powershell server and the internet. Setting it to true will make the powershell script make use of it properly so that it can get to the MS cloud. There is another setting use_proxy_auth which comes into play only if use_proxy is true which will do additional configuration when the internet proxy requires auth Default: false
  • Field Name: use_proxy
  • Type: Boolean
  • Default: false
Version * MS Teams Version Default: 2019.1
  • Field Name: version
  • Type: String
  • Default: 2019.1
Microsoft Teams sync on Create/Update Sync Microsoft Teams on Create and Update. When this checkbox is checked it will execute a full Pull Sync from the Microsoft Teams
  • Field Name: syncTeams
  • Type: Boolean
Username Username for the proxy server through which the powershell host connects to the cloud.
  • Field Name: http_proxy_username
  • Type: String
  • MaxLength: 255
Password Password for the proxy server through which the powershell host connects to the cloud.
  • Field Name: http_proxy_password
  • Type: String
  • Is Password: True
  • Store Encrypted: True
  • MaxLength: 255
Use HTTP Proxy Authentication The proxy server through which the powershell server connects to the cloud requires credentials. Default: false
  • Field Name: use_http_proxy_auth
  • Type: Boolean
  • Default: false