メインコンテンツへスキップ
APIバージョン 2025.0 セキュリティカテゴリのEnterprise構成。
custom_session_duration_groups
object
カスタムセッション持続期間の対象グループ。
custom_session_duration_value
object
指定のグループのユーザーが何も操作をしていなくてもログアウトされずにログイン状態を維持できる時間を示す値。
enforced_mfa_frequency
object
管理対象ユーザーの多要素認証の頻度。デフォルトの認証頻度は30日に設定され、認証時間は直近の成功したMFAログインから計算されます。
external_collab_multi_factor_auth_settings
object
外部コラボレータの多要素認証設定。
failed_login_attempts_to_trigger_admin_notification
object
プライマリ管理者に通知するまでの、失敗したログイン試行回数。
is_custom_session_duration_enabled
object
選択したユーザーのカスタムセッション持続期間を有効にします。
is_managed_user_email_change_disabled
object
有効にした場合、ユーザーは自分のプライマリメールアドレスを変更できなくなります。
is_managed_user_migration_disabled
object
ユーザーのEnterprise内外への移行を無効にします。
is_managed_user_signup_corporate_email_enabled
object
有効にした場合、新規ユーザーが追加されたときに管理者にメールが送信されます。
is_managed_user_signup_enabled
object
ユーザーの自己サインアップを許可するかどうかを決定します。
is_managed_user_signup_notification_enabled
object
ユーザーが会社のメールアドレスでサインアップする必要があるかどうかを決定します。
is_multi_factor_auth_required
object
すべての管理対象ユーザーに多要素認証を要求するかどうかを決定します。
is_new_user_notification_daily_digest_enabled
object
is_managed_user_signup_corporate_email_enabledによって異なります。trueの値は日次サマリメールを示します。falseの値は即時を示します。
is_password_change_notification_enabled
object
有効にした場合、ユーザーが設定でパワードを変更したときに管理者に通知されます。
is_password_leak_detection_enabled
object
漏えいが確認されたパスワードの検出を有効にします。
is_password_request_notification_enabled
object
有効にした場合、ユーザーがパスワード忘れのメールをリクエストしたときに管理者に通知されます。
is_strong_password_for_ext_collab_enabled
object
外部コラボレータに強力なパスワードを要求します。
is_weak_password_prevention_enabled
object
有効にした場合、パスワードに一般的な単語やメールアドレスを使用できなくなります。
自己サインアップ用の参加URL。is_managed_user_signup_enabledによって異なります。join_urlを使用しない場合に適用されます。
join_url
object
自己サインアップ用の参加URL。is_managed_user_signup_enabledによって異なります。join_linkを使用しない場合に適用されます。
keysafe
object
各Enterprise構成の応答オブジェクトに含まれる基本データ。
last_password_reset_at
object
各Enterprise構成の応答オブジェクトに含まれる基本データ。
multi_factor_auth_type
object
管理対象ユーザーの多要素認証要件の方法の種類。
password_min_length
object
パスワードに必要な最小文字数。
password_min_numeric_characters
object
パスワードに必要な最小数字数。
password_min_special_characters
object
パスワードに必要な最小記号数。
password_min_uppercase_characters
object
パスワードに必要な最小大文字数。
password_reset_frequency
object
指定された期間ごとにユーザーがパスワードをリセットする必要があるかどうかを決定します。
previous_password_reuse_limit
object
ユーザーが使用できない過去のパスワードの数。
session_duration
object
ユーザーが何も操作をしていなくてもログアウトされずにログイン状態を維持できる、直前の操作からの時間を示す値。
{
  "custom_session_duration_groups": {
    "is_used": true,
    "value": [
      {
        "id": "1234",
        "name": "Group Name"
      }
    ]
  },
  "custom_session_duration_value": {
    "is_used": true,
    "value": "value of configuration"
  },
  "enforced_mfa_frequency": {
    "is_used": true,
    "value": {
      "days": 30,
      "hours": 24
    }
  },
  "external_collab_multi_factor_auth_settings": {
    "is_used": true,
    "value": {
      "allowlist_domains": [
        "example.com"
      ],
      "allowlist_emails": [
        "mail@example.com"
      ],
      "denylist_domains": [
        "example.com"
      ],
      "denylist_emails": [
        "spam@example.com"
      ],
      "factor_type_settings": "totp",
      "scheduled_at": "2012-12-12T10:53:43-08:00",
      "scheduled_status": "inprogress",
      "state": "enabled"
    }
  },
  "failed_login_attempts_to_trigger_admin_notification": {
    "is_used": true,
    "value": 1234
  },
  "is_custom_session_duration_enabled": {
    "is_used": true,
    "value": true
  },
  "is_managed_user_email_change_disabled": {
    "is_used": true,
    "value": true
  },
  "is_managed_user_migration_disabled": {
    "is_used": true,
    "value": true
  },
  "is_managed_user_signup_corporate_email_enabled": {
    "is_used": true,
    "value": true
  },
  "is_managed_user_signup_enabled": {
    "is_used": true,
    "value": true
  },
  "is_managed_user_signup_notification_enabled": {
    "is_used": true,
    "value": true
  },
  "is_multi_factor_auth_required": {
    "is_used": true,
    "value": true
  },
  "is_new_user_notification_daily_digest_enabled": {
    "is_used": true,
    "value": true
  },
  "is_password_change_notification_enabled": {
    "is_used": true,
    "value": true
  },
  "is_password_leak_detection_enabled": {
    "is_used": true,
    "value": true
  },
  "is_password_request_notification_enabled": {
    "is_used": true,
    "value": true
  },
  "is_strong_password_for_ext_collab_enabled": {
    "is_used": true,
    "value": true
  },
  "is_weak_password_prevention_enabled": {
    "is_used": true,
    "value": true
  },
  "join_link": {
    "is_used": true,
    "value": "value of configuration"
  },
  "join_url": {
    "is_used": true,
    "value": "value of configuration"
  },
  "keysafe": {
    "is_used": true,
    "value": {
      "account_id": "1234",
      "cloud_provider": "",
      "key_id": "1234",
      "keyring_id": "1234",
      "keysafe_enabled": true,
      "location_id": "1234",
      "project_id": "1234"
    }
  },
  "last_password_reset_at": {
    "is_used": true,
    "value": "2012-12-12T10:53:43-08:00"
  },
  "multi_factor_auth_type": {
    "is_used": true,
    "value": "value of configuration"
  },
  "password_min_length": {
    "is_used": true,
    "value": 1234
  },
  "password_min_numeric_characters": {
    "is_used": true,
    "value": 1234
  },
  "password_min_special_characters": {
    "is_used": true,
    "value": 1234
  },
  "password_min_uppercase_characters": {
    "is_used": true,
    "value": 1234
  },
  "password_reset_frequency": {
    "is_used": true,
    "value": "value of configuration"
  },
  "previous_password_reuse_limit": {
    "is_used": true,
    "value": "value of configuration"
  },
  "session_duration": {
    "is_used": true,
    "value": "value of configuration"
  }
}