Interface IndividualTwoStepVerificationSettingStatus

2段階認証設定のステータス

interface IndividualTwoStepVerificationSettingStatus {
    available: boolean;
    displayName: string;
    twoStepAuthenticationType: string;
}

Properties

available: boolean

有効か?

displayName: string

表示名

twoStepAuthenticationType: string

2段階認証方式