AccountSetupAttempt.EnterpriseAccount.AuthenticationType

enum AccountSetupAttempt.EnterpriseAccount.AuthenticationType


エンタープライズ アカウントで使用できる認証タイプ。

概要

列挙値

ANONYMOUS

ユーザーによる認証なし。

AUTHENTICATION_TYPE_UNSPECIFIED

これは使用されません。

USER_AUTHENTICATED

Google によるエンドユーザー認証情報を使用した認証。

パブリック関数

java-static AccountSetupAttempt.EnterpriseAccount.AuthenticationType!
valueOf(name: String!)

指定された名前のこの型の列挙型定数を返します。

java-static Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

宣言された順でこの列挙型の定数を含む配列を返します。

列挙値

匿名

val AccountSetupAttempt.EnterpriseAccount.AuthenticationType.ANONYMOUSAccountSetupAttempt.EnterpriseAccount.AuthenticationType

ユーザーによる認証なし。追加されたアカウントは managed Google Play アカウントです。

USER_AUTHENTICATED

val AccountSetupAttempt.EnterpriseAccount.AuthenticationType.USER_AUTHENTICATEDAccountSetupAttempt.EnterpriseAccount.AuthenticationType

Google によるエンドユーザー認証情報を使用した認証。追加されたアカウントが管理対象の Google アカウントである。

パブリック関数

valueOf

java-static fun valueOf(name: String!): AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

指定された名前のこの型の列挙型定数を返します。文字列は、この型で列挙型定数を表示する修飾子と完全に一致する必要があります。(余分な空白文字は、許可されません)。

戻り値
AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

指定された名前を持つ列挙型定数

例外
java.lang.IllegalArgumentException

この列挙型に指定した名前の定数がない場合

values

java-static fun values(): Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

宣言された順でこの列挙型の定数を含む配列を返します。このメソッドは、定数を反復処理するために使用できます。

戻り値
Array<AccountSetupAttempt.EnterpriseAccount.AuthenticationType!>!

宣言された順でこの列挙型の定数を含む配列