你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SSODetailsResponse interface
SSO details from the Dynatrace partner
Properties
aad |
array of Aad(azure active directory) domains |
admin |
Array of admin user emails. |
is |
Whether the SSO is enabled for this resource or not. |
metadata |
URL for Azure AD metadata |
single |
The login URL specific to this Dynatrace Environment |
Property Details
aadDomains
array of Aad(azure active directory) domains
aadDomains?: string[]
Property Value
string[]
adminUsers
Array of admin user emails.
adminUsers?: string[]
Property Value
string[]
isSsoEnabled
Whether the SSO is enabled for this resource or not.
isSsoEnabled?: string
Property Value
string
metadataUrl
URL for Azure AD metadata
metadataUrl?: string
Property Value
string
singleSignOnUrl
The login URL specific to this Dynatrace Environment
singleSignOnUrl?: string
Property Value
string