Enum AuthType
AuthType
コネクタに設定可能な認証タイプを定義する列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
DataStudioApp.AuthType.OAUTH2
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
NONE | Enum | 承認は必要ありません。 |
OAUTH2 | Enum | OAuth2 認証が必要です。 |
USER_PASS | Enum | ユーザー名とパスワードの認証情報が必要です。 |
PATH_USER_PASS | Enum | ユーザー名、パス、パスワードが必要です。 |
PATH_KEY | Enum | パスとキーが必要です。 |
KEY | Enum | API キーまたはトークンが必要です。 |
USER_TOKEN | Enum | ユーザー名とパスワードが必要です。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`AuthType` is an enum used to define the authentication types for a connector in DataStudio."],["Authentication types include options like no authorization, OAuth2, username/password, and API key/token methods."],["You can call the `AuthType` enum using `DataStudioApp.AuthType` followed by the desired property (e.g., `DataStudioApp.AuthType.OAUTH2`)."]]],[]]