temporaryAccessPassAuthenticationMethodConfiguration リソースの種類
名前空間: microsoft.graph
一時アクセス パス認証方法の使用を有効にする構成設定とユーザーまたはグループを定義する 一時アクセス パス認証方法ポリシーを表します。
authenticationMethodConfiguration から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Get | temporaryaccesspassauthenticationmethodconfiguration | temporaryAccessPassAuthenticationMethodConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | なし | temporaryAccessPassAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。 |
Delete | なし | temporaryAccessPassAuthenticationMethodConfiguration オブジェクトを既定の構成に戻します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
defaultLength | Int | 一時アクセス パス オブジェクトの既定の長さ (文字数)。 8 ~ 48 文字にする必要があります。 |
defaultLifetimeInMinutes | Int | 一時アクセス パスの既定の有効期間 (分単位)。 値には、 minimumLifetimeInMinutes と maximumLifetimeInMinutes の間の任意の整数を指定できます。 |
excludeTargets | excludeTarget コレクション | ポリシーから除外されるユーザーのグループ。 |
id | String | 認証方法ポリシーの識別子。 エンティティから継承 されます。 |
isUsableOnce | ブール型 |
true 場合、テナント内のすべてのパスは 1 回限りの使用に制限されます。
false 場合は、テナント内のパスを 1 回限りの使用または再利用可能に作成できます。 |
maximumLifetimeInMinutes | Int | テナントで作成された一時アクセス パスの最大有効期間 (分単位)。 値は 10 から 43200 分 (30 日に相当) の間で指定できます。 |
minimumLifetimeInMinutes | Int | テナントで作成された一時アクセス パスの最小有効期間 (分単位)。 値は 10 から 43200 分 (30 日に相当) の間で指定できます。 |
state | authenticationMethodState | テナントで一時アクセス パス メソッドが有効になっているかどうか。 可能な値は、enabled 、disabled です。
authenticationMethodConfiguration から継承されます。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
includeTargets | authenticationMethodTarget コレクション | 認証方法の使用が有効になっているグループのコレクション。 |
次の JSON 表現は、リソースの種類を示しています。 リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"defaultLifetimeInMinutes": "Integer",
"defaultLength": "Integer",
"minimumLifetimeInMinutes": "Integer",
"maximumLifetimeInMinutes": "Integer",
"isUsableOnce": "Boolean",
"includeTargets": [ { "@odata.type": "microsoft.graph.authenticationMethodTarget" } ]
}