Class AppAccounts
Accounts of App
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppAccounts
Properties
Active
Declaration
[JsonProperty(PropertyName = "active")]
public bool? Active { get; set; }
Property Value
Type | Description |
---|---|
bool? | Status of the account
|
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the account
|
OwnerId
Declaration
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Type | Description |
---|---|
string | Owner identifier
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | AccountMgmtInfo URI
|
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Account identifier
|