你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AwsCredsAuthenticationDetailsProperties 类

定义

基于 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

构造函数

AwsCredsAuthenticationDetailsProperties(String, String)

初始化 AwsCredsAuthenticationDetailsProperties 的新实例。

属性

AccountId

云帐户的 ID。

AuthenticationProvisioningState

多云连接器的状态。

(继承自 AuthenticationDetailsProperties)
AwsAccessKeyId

AWS 凭据对象的公钥元素 (只写入) 。

AwsSecretAccessKey

AWS 凭据对象的机密密钥元素 (只写入) 。

GrantedPermissions

在云帐户中检测到的权限。

(继承自 AuthenticationDetailsProperties)

适用于