Property | Type | Description | |
---|---|---|---|
AllUsers | |||
Anonymous |
Method | Description | |
---|---|---|
Principal ( string accountId ) : System |
Constructs a new principal with the specified AWS account ID.
|
|
Principal ( string provider, string id ) : System |
Constructs a new principal with the specified provider and id
|
|
Principal ( string provider, string id, bool stripHyphen ) : System |
Constructs a new principal with the specified provider and id and optionally strips hyphens from the id
|
public Principal ( string accountId ) : System | ||
accountId | string | An AWS account ID. |
return | System |
public Principal ( string provider, string id ) : System | ||
provider | string | The provider of the principal |
id | string | The unique ID of the Principal within the provider |
return | System |
public Principal ( string provider, string id, bool stripHyphen ) : System | ||
provider | string | The provider of the principal |
id | string | The unique ID of the Principal within the provider |
stripHyphen | bool | Strip hyphen |
return | System |
public static Principal,Amazon.Auth.AccessControlPolicy AllUsers | ||
return |