Resource: AutonomousDatabaseCharacterSet
Details of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/
| JSON representation | 
|---|
{
  "name": string,
  "characterSetType": enum ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}  | 
              
characterSetType | 
                
                   
 Output only. The character set type for the Autonomous Database.  | 
              
characterSet | 
                
                   
 Output only. The character set name for the Autonomous Database which is the ID in the resource name.  | 
              
CharacterSetType
The type of character set an Autonomous Database can have.
| Enums | |
|---|---|
CHARACTER_SET_TYPE_UNSPECIFIED | 
                Character set type is not specified. | 
DATABASE | 
                Character set type is set to database. | 
NATIONAL | 
                Character set type is set to national. | 
Methods | 
            |
|---|---|
                
 | 
              Lists Autonomous Database Character Sets in a given project and location. |