signInFrequencySessionControl リソースの種類

名前空間: microsoft.graph

サインイン頻度を適用するためのセッション制御。 conditionalAccessSessionControl から継承します。

プロパティ

プロパティ 説明
authenticationType signInFrequencyAuthenticationType 指定できる値は、 primaryAndSecondaryAuthenticationsecondaryAuthentication、です unknownFutureValuefrequencyInterval と のtimeBased値を使用する場合、このプロパティは必要ありません。
frequencyInterval signInFrequencyInterval 指定できる値は、 timeBasedeveryTime、です unknownFutureValue。 のサインイン頻度everyTimeは、危険なユーザー、危険なサインイン、デバイス登録Intuneに使用できます。 詳細については、「 毎回再認証を要求する」を参照してください。
isEnabled ブール値 セッション コントロールを有効にするかどうかを指定します。
type signinFrequencyType 可能な値は、dayshours です。
Int32 または hoursdays数。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "isEnabled":true,
  "type": "String",
  "value": 1024,
  "authenticationType": "String",
  "frequencyInterval": "String"
}