Class UpdateOracleDbAwsIdentityConnectorDetails
This object is about to provide input params to create Oracle DB AWS Identity Connector Resource.
Inherited Members
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class UpdateOracleDbAwsIdentityConnectorDetails
Properties
AwsAccountId
Declaration
[JsonProperty(PropertyName = "awsAccountId")]
public string AwsAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | AWS Account ID. |
AwsLocation
Declaration
[JsonProperty(PropertyName = "awsLocation")]
public string AwsLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string | AWS resource Location. |
AwsStsPrivateEndpoint
Declaration
[JsonProperty(PropertyName = "awsStsPrivateEndpoint")]
public string AwsStsPrivateEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Private endpoint of AWS Security Token Service. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Oracle DB Google AWS Identity Connector resource name. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
|
IssuerUrl
Declaration
[JsonProperty(PropertyName = "issuerUrl")]
public string IssuerUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OIDC token issuer Url. |
OidcScope
Declaration
[JsonProperty(PropertyName = "oidcScope")]
public string OidcScope { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IAM Domain scope for issuer URL. |
ResourceId
Declaration
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the AWS VM Cluster resource. |
ServiceRoleDetails
Declaration
[JsonProperty(PropertyName = "serviceRoleDetails")]
public List<ServiceRoleDetail> ServiceRoleDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ServiceRoleDetail> | Service role details and respective Amazon resource nam of Role. |