IAdmO365AppSecretTenantCredential
The IAdmO365AppSecretTenantCredential interface represents application credential used to authenticate to the Microsoft 365 tenant.
Inheritance: IAdmO365TenantCredential
Methods
-
Method
-
Description
-
SetSecret()
-
Sets the client secret used to authenticate to the Microsoft 365 tenant.
Properties
-
Property
-
Description
-
AppId
-
Gets or sets the identifier of the application used to authenticate to the Microsoft 365 tenant.
-
TenantId
-
Gets or sets the identifier of the Microsoft 365 tenant.
-
AppDisplayName
-
Gets the display name of the application used to authenticate to the Microsoft 365 tenant.
Details
SetSecret()
Sets the client secret used to authenticate to the Microsoft 365 tenant.
void SetSecret(String value)
AppId
Gets or sets the identifier of the application used to authenticate to the Microsoft 365 tenant.
- Type:
- String
- Access:
- Read/Write
TenantId
Gets or sets the identifier of the Microsoft 365 tenant.
- Type:
- String
- Access:
- Read/Write
AppDisplayName
Gets the display name of the application used to authenticate to the Microsoft 365 tenant.
- Type:
- String
- Access:
- Read-only
Requirements
Minimum required version: 2021.1