[Index]

Model: relation/MicrosoftTenant

This relation implements the workflows to manage Microsoft Tenant connection parameters and enabled services.

Model Details: relation/MicrosoftTenant

Title Description Details
Tenant Group Assigned by FDP
  • Field Name: Tenant
  • Type: Object
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: Tenant.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: Tenant.description
  • Type: String
  • MaxLength: 255
Proxy Host * Windows proxy 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: Tenant.hostName
  • Type: String
  • MaxLength: 255
Proxy Username * Windows proxy service account.
  • Field Name: Tenant.proxyUsername
  • Type: String
  • MaxLength: 255
Proxy Password * Windows proxy password of the above service account.
  • Field Name: Tenant.proxyPassword
  • Type: String
  • Is Password: True
  • Store Encrypted: True
  • MaxLength: 255
Use 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 in use_proxy is true which will do additional configuration when the internet proxy requires auth Default: false
  • Field Name: Tenant.use_proxy
  • Type: Boolean
  • Default: false
Microsoft Teams Group Assigned by FDP
  • Field Name: Microsoft Teams
  • Type: Object
Admin Username * Username of an admin account used by VOSS to access Microsoft Teams.
  • Field Name: Microsoft Teams.tenantUsername
  • Type: String
  • MaxLength: 255
Admin Password * Admin password of the above account
  • Field Name: Microsoft Teams.tenantPassword
  • Type: String
  • Is Password: True
  • Store Encrypted: True
  • MaxLength: 255
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: Microsoft Teams.syncTeams
  • Type: Boolean
Microsoft 365 Group Assigned by FDP
  • Field Name: Microsoft 365
  • Type: Object
Client ID The Client ID or Application ID assigned by the Azure app registration portal.
  • Field Name: Microsoft 365.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: Microsoft 365.tenant_id
  • Type: String
Secret A Client (application) Secret, either a password or a public/private key pair (certificate).
  • Field Name: Microsoft 365.client_secret
  • Type: String
  • Is Password: True
  • Store Encrypted: True
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: Microsoft 365.syncGraph
  • Type: Boolean