AwsCredsAuthenticationDetailsProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AWS クラウド アカウント コネクタ ベースの資格情報。資格情報はアクセス キー ID と秘密鍵で構成されます。詳細については、href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html"を参照してください<。>AWS アカウントでの IAM ユーザーの作成 (書き込みのみ)</a>。
public class AwsCredsAuthenticationDetailsProperties : Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties
type AwsCredsAuthenticationDetailsProperties = class
inherit AuthenticationDetailsProperties
Public Class AwsCredsAuthenticationDetailsProperties
Inherits AuthenticationDetailsProperties
- 継承
コンストラクター
AwsCredsAuthenticationDetailsProperties(String, String) |
AwsCredsAuthenticationDetailsProperties の新しいインスタンスを初期化します。 |
プロパティ
AccountId |
クラウド アカウントの ID。 |
AuthenticationProvisioningState |
マルチクラウド コネクタの状態。 (継承元 AuthenticationDetailsProperties) |
AwsAccessKeyId |
AWS 資格情報オブジェクトの公開キー要素 (書き込み専用)。 |
AwsSecretAccessKey |
AWS 資格情報オブジェクトの秘密鍵要素 (書き込みのみ)。 |
GrantedPermissions |
クラウド アカウントで検出されたアクセス許可。 (継承元 AuthenticationDetailsProperties) |