SingleSignOnPropertiesV2 interface  
特定于单一登录资源的属性
属性
| aad | 
	从用户的 Microsoft Graph 中提取的 AAD 域列表。  | 
| enterprise | 
	用于设置 SSO 的 AAD 企业应用程序 ID  | 
| state | 资源的单一登录状态  | 
| type | 正在使用的单 Sign-On 机制的类型  | 
| url | 合作伙伴用于将用户重定向到其系统的 SSO 的 URL  | 
属性详细信息
		aadDomains
	 
	从用户的 Microsoft Graph 中提取的 AAD 域列表。
aadDomains?: string[]
				属性值
string[]
		enterpriseAppId
	  
	用于设置 SSO 的 AAD 企业应用程序 ID
enterpriseAppId?: string
				属性值
string
state
资源的单一登录状态
state?: string
				属性值
string
type
正在使用的单 Sign-On 机制的类型
type: string
				属性值
string
url
合作伙伴用于将用户重定向到其系统的 SSO 的 URL
url?: string
				属性值
string