relyingPartyDetailedSummary 资源类型
命名空间:microsoft.graph
表示 AD FS 信赖方每日、每周或每月频率信息的摘要。
继承自 entity。
Methods
方法 | 返回类型 | 说明 |
---|---|---|
获取信赖方详细摘要 | relyingPartyDetailedSummary 集合 | 获取 AD FS 信赖方信息的摘要。 |
属性
属性 | 类型 | 说明 |
---|---|---|
failedSignInCount | Int64 | 在指定的时间段内,AD FS 上的登录失败次数。 支持 $orderby 、 $filter (eq ) 。 |
id | String | 报表的唯一标识符。 继承自 entity。 |
migrationStatus | migrationStatus | 指示是否可以轻松地将应用移动到 Entra ID。 可能的值包括 ready 、needsReview 、additionalStepsRequired 、unknownFutureValue 。支持 $orderby 、 $filter (eq ) 。 |
migrationValidationDetails | keyValuePair 集合 | 指定对应用程序配置详细信息执行的所有验证检查。 |
relyingPartyId | String | 标识此联合身份验证服务的信赖方。 它在向信赖方发出声明时使用。 支持 $orderby 、 $filter (eq ) 。 |
relyingPartyName | String | 信赖方网站或 Internet 上的其他实体的名称,该实体使用标识提供者对想要登录的用户进行身份验证。 支持 $orderby 、 $filter (eq ) 。 |
replyUrls | String 集合 | 指定信赖方希望接收令牌的位置。 |
服务 Id | String | 唯一标识 Active Directory 林。 支持 $orderby 、 $filter (eq ) 。 |
signInSuccessRate | 双精度 | 在指定的时间段内,在 AD FS 上计算为 Number of successful / (Number of successful + Number of failed sign ins) 或 successfulSignInCount / totalSignInCount 。支持 $orderby 、 $filter (eq ) 。 |
successfulSignInCount | Int64 | AD FS 上的成功登录数。 支持 $orderby 、 $filter (eq ) 。 |
totalSignInCount | Int64 | 在指定的时间段内,AD FS 上的成功和失败登录数。 支持 $orderby 、 $filter (eq ) 。 |
uniqueUserCount | Int64 | 登录到应用程序的唯一用户数。 支持 $orderby 、 $filter (eq ) 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.relyingPartyDetailedSummary",
"id": "String (identifier)",
"relyingPartyId": "String",
"serviceId": "String",
"relyingPartyName": "String",
"successfulSignInCount": "Integer",
"failedSignInCount": "Integer",
"totalSignInCount": "Integer",
"signInSuccessRate": "Double",
"uniqueUserCount": "Integer",
"migrationStatus": "String",
"migrationValidationDetails": [
{
"@odata.type": "microsoft.graph.keyValuePair"
}
],
"replyUrls": [
"String"
]
}