oci-managementagent 2.112.2 → 2.113.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +60 -0
- package/lib/client.js +405 -0
- package/lib/client.js.map +1 -1
- package/lib/managementagent-waiter.d.ts +8 -0
- package/lib/managementagent-waiter.js +12 -0
- package/lib/managementagent-waiter.js.map +1 -1
- package/lib/model/architecture-types.d.ts +1 -0
- package/lib/model/architecture-types.js +1 -0
- package/lib/model/architecture-types.js.map +1 -1
- package/lib/model/create-named-credential-details.d.ts +63 -0
- package/lib/model/create-named-credential-details.js +63 -0
- package/lib/model/create-named-credential-details.js.map +1 -0
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +24 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/management-agent-install-key-summary.d.ts +28 -0
- package/lib/model/management-agent-install-key-summary.js.map +1 -1
- package/lib/model/management-agent-install-key.d.ts +28 -0
- package/lib/model/management-agent-install-key.js.map +1 -1
- package/lib/model/management-agent-plugin-resource.d.ts +35 -0
- package/lib/model/management-agent-plugin-resource.js +31 -0
- package/lib/model/management-agent-plugin-resource.js.map +1 -0
- package/lib/model/management-agent-plugin-summary.d.ts +1 -0
- package/lib/model/management-agent-plugin-summary.js +1 -0
- package/lib/model/management-agent-plugin-summary.js.map +1 -1
- package/lib/model/management-agent-plugin.d.ts +2 -1
- package/lib/model/management-agent-plugin.js +1 -0
- package/lib/model/management-agent-plugin.js.map +1 -1
- package/lib/model/management-agent-summary.d.ts +14 -0
- package/lib/model/management-agent-summary.js.map +1 -1
- package/lib/model/management-agent.d.ts +10 -0
- package/lib/model/management-agent.js.map +1 -1
- package/lib/model/named-credential-collection.d.ts +28 -0
- package/lib/model/named-credential-collection.js +63 -0
- package/lib/model/named-credential-collection.js.map +1 -0
- package/lib/model/named-credential-field-definition.d.ts +62 -0
- package/lib/model/named-credential-field-definition.js +43 -0
- package/lib/model/named-credential-field-definition.js.map +1 -0
- package/lib/model/named-credential-metadata-definition.d.ts +40 -0
- package/lib/model/named-credential-metadata-definition.js +63 -0
- package/lib/model/named-credential-metadata-definition.js.map +1 -0
- package/lib/model/named-credential-property.d.ts +41 -0
- package/lib/model/named-credential-property.js +31 -0
- package/lib/model/named-credential-property.js.map +1 -0
- package/lib/model/named-credential-summary.d.ts +89 -0
- package/lib/model/named-credential-summary.js +63 -0
- package/lib/model/named-credential-summary.js.map +1 -0
- package/lib/model/named-credential.d.ts +102 -0
- package/lib/model/named-credential.js +77 -0
- package/lib/model/named-credential.js.map +1 -0
- package/lib/model/named-credentials-metadatum.d.ts +28 -0
- package/lib/model/named-credentials-metadatum.js +63 -0
- package/lib/model/named-credentials-metadatum.js.map +1 -0
- package/lib/model/operation-types.d.ts +5 -0
- package/lib/model/operation-types.js +5 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/platform-types.d.ts +1 -0
- package/lib/model/platform-types.js +1 -0
- package/lib/model/platform-types.js.map +1 -1
- package/lib/model/update-named-credential-details.d.ts +51 -0
- package/lib/model/update-named-credential-details.js +63 -0
- package/lib/model/update-named-credential-details.js.map +1 -0
- package/lib/model/value-category-type.d.ts +37 -0
- package/lib/model/value-category-type.js +48 -0
- package/lib/model/value-category-type.js.map +1 -0
- package/lib/request/create-named-credential-request.d.ts +45 -0
- package/lib/request/create-named-credential-request.js +15 -0
- package/lib/request/create-named-credential-request.js.map +1 -0
- package/lib/request/delete-named-credential-request.d.ts +35 -0
- package/lib/request/delete-named-credential-request.js +15 -0
- package/lib/request/delete-named-credential-request.js.map +1 -0
- package/lib/request/get-named-credential-request.d.ts +35 -0
- package/lib/request/get-named-credential-request.js +15 -0
- package/lib/request/get-named-credential-request.js.map +1 -0
- package/lib/request/get-named-credentials-metadatum-request.d.ts +30 -0
- package/lib/request/get-named-credentials-metadatum-request.js +15 -0
- package/lib/request/get-named-credentials-metadatum-request.js.map +1 -0
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-named-credentials-request.d.ts +72 -0
- package/lib/request/list-named-credentials-request.js +31 -0
- package/lib/request/list-named-credentials-request.js.map +1 -0
- package/lib/request/update-named-credential-request.d.ts +49 -0
- package/lib/request/update-named-credential-request.js +15 -0
- package/lib/request/update-named-credential-request.js.map +1 -0
- package/lib/response/create-named-credential-response.d.ts +35 -0
- package/lib/response/create-named-credential-response.js +15 -0
- package/lib/response/create-named-credential-response.js.map +1 -0
- package/lib/response/delete-named-credential-response.d.ts +25 -0
- package/lib/response/delete-named-credential-response.js +15 -0
- package/lib/response/delete-named-credential-response.js.map +1 -0
- package/lib/response/get-named-credential-response.d.ts +30 -0
- package/lib/response/get-named-credential-response.js +15 -0
- package/lib/response/get-named-credential-response.js.map +1 -0
- package/lib/response/get-named-credentials-metadatum-response.d.ts +30 -0
- package/lib/response/get-named-credentials-metadatum-response.js +15 -0
- package/lib/response/get-named-credentials-metadatum-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-named-credentials-response.d.ts +32 -0
- package/lib/response/list-named-credentials-response.js +15 -0
- package/lib/response/list-named-credentials-response.js.map +1 -0
- package/lib/response/update-named-credential-response.d.ts +35 -0
- package/lib/response/update-named-credential-response.js +15 -0
- package/lib/response/update-named-credential-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Property item in name/value pair
|
|
18
|
+
*/
|
|
19
|
+
export interface NamedCredentialProperty {
|
|
20
|
+
/**
|
|
21
|
+
* Name of the property
|
|
22
|
+
*/
|
|
23
|
+
"name": string;
|
|
24
|
+
/**
|
|
25
|
+
* Value of the property
|
|
26
|
+
*/
|
|
27
|
+
"value": string;
|
|
28
|
+
/**
|
|
29
|
+
* The category of the Named credential property value.
|
|
30
|
+
* CLEAR_TEXT indicates the value field contains a clear text value.
|
|
31
|
+
* SECRET_IDENTIFIER indicates the value field contains a vault secret ocid identifier.
|
|
32
|
+
* ADB_IDENTIFIER indicates the value field contains an Autonomous database ocid identifier.
|
|
33
|
+
* ALLOWED_VALUE indicates the value should be selected from the options in the allowedValues field.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"valueCategory": model.ValueCategoryType;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace NamedCredentialProperty {
|
|
39
|
+
function getJsonObj(obj: NamedCredentialProperty): object;
|
|
40
|
+
function getDeserializedJsonObj(obj: NamedCredentialProperty): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.NamedCredentialProperty = void 0;
|
|
18
|
+
var NamedCredentialProperty;
|
|
19
|
+
(function (NamedCredentialProperty) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
NamedCredentialProperty.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
NamedCredentialProperty.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(NamedCredentialProperty = exports.NamedCredentialProperty || (exports.NamedCredentialProperty = {}));
|
|
31
|
+
//# sourceMappingURL=named-credential-property.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"named-credential-property.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/named-credential-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4BH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* A representation of a named credential in the Management Agent.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface NamedCredentialSummary {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier for Named Credential. This is the NamedCredential resource OCID.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* Name for Named Credential. This is unique for the Management Agent.
|
|
27
|
+
*/
|
|
28
|
+
"name": string;
|
|
29
|
+
/**
|
|
30
|
+
* Type of the Named Credential
|
|
31
|
+
*/
|
|
32
|
+
"type": string;
|
|
33
|
+
/**
|
|
34
|
+
* The Management Agent this named credential is associated with. This is the ManagementAgent resource OCID.
|
|
35
|
+
*/
|
|
36
|
+
"managementAgentId": string;
|
|
37
|
+
/**
|
|
38
|
+
* Description of the Named Credential.
|
|
39
|
+
*/
|
|
40
|
+
"description"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The time the Named Credential was created. An RFC3339 formatted datetime string
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated": Date;
|
|
45
|
+
/**
|
|
46
|
+
* The time the Named Credential data was last updated. An RFC3339 formatted datetime string
|
|
47
|
+
*/
|
|
48
|
+
"timeUpdated"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* Properties for the named credential
|
|
51
|
+
*/
|
|
52
|
+
"properties": Array<model.NamedCredentialProperty>;
|
|
53
|
+
/**
|
|
54
|
+
* The current state of the named credential
|
|
55
|
+
*/
|
|
56
|
+
"lifecycleState": string;
|
|
57
|
+
/**
|
|
58
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
59
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"freeformTags": {
|
|
63
|
+
[key: string]: string;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
67
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"definedTags": {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
77
|
+
* Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"systemTags"?: {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
export declare namespace NamedCredentialSummary {
|
|
87
|
+
function getJsonObj(obj: NamedCredentialSummary): object;
|
|
88
|
+
function getDeserializedJsonObj(obj: NamedCredentialSummary): object;
|
|
89
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.NamedCredentialSummary = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var NamedCredentialSummary;
|
|
39
|
+
(function (NamedCredentialSummary) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"properties": obj.properties
|
|
43
|
+
? obj.properties.map(item => {
|
|
44
|
+
return model.NamedCredentialProperty.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
NamedCredentialSummary.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"properties": obj.properties
|
|
54
|
+
? obj.properties.map(item => {
|
|
55
|
+
return model.NamedCredentialProperty.getDeserializedJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
NamedCredentialSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(NamedCredentialSummary = exports.NamedCredentialSummary || (exports.NamedCredentialSummary = {}));
|
|
63
|
+
//# sourceMappingURL=named-credential-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"named-credential-summary.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/named-credential-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* A representation of a named credential in the Management Agent.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface NamedCredential {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier for Named Credential.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* Name for Named Credential. This is unique for the Management Agent.
|
|
27
|
+
*/
|
|
28
|
+
"name": string;
|
|
29
|
+
/**
|
|
30
|
+
* The type of the Named Credential.
|
|
31
|
+
*/
|
|
32
|
+
"type": string;
|
|
33
|
+
/**
|
|
34
|
+
* The Management Agent parent resource to associated with this named credential. This is the ManagementAgent resource OCID.
|
|
35
|
+
*/
|
|
36
|
+
"managementAgentId": string;
|
|
37
|
+
/**
|
|
38
|
+
* Description of the Named Credential.
|
|
39
|
+
*/
|
|
40
|
+
"description"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The time the Named Credential was created. An RFC3339 formatted datetime string
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* The time the Named Credential data was last updated. An RFC3339 formatted datetime string
|
|
47
|
+
*/
|
|
48
|
+
"timeUpdated"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* The current state of the named credential
|
|
51
|
+
*/
|
|
52
|
+
"lifecycleState"?: NamedCredential.LifecycleState;
|
|
53
|
+
/**
|
|
54
|
+
* Properties for the named credential
|
|
55
|
+
*/
|
|
56
|
+
"properties": Array<model.NamedCredentialProperty>;
|
|
57
|
+
/**
|
|
58
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
59
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"freeformTags": {
|
|
63
|
+
[key: string]: string;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
67
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"definedTags": {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
77
|
+
* Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"systemTags"?: {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
export declare namespace NamedCredential {
|
|
87
|
+
enum LifecycleState {
|
|
88
|
+
Creating = "CREATING",
|
|
89
|
+
Updating = "UPDATING",
|
|
90
|
+
Active = "ACTIVE",
|
|
91
|
+
Deleting = "DELETING",
|
|
92
|
+
Deleted = "DELETED",
|
|
93
|
+
Failed = "FAILED",
|
|
94
|
+
/**
|
|
95
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
96
|
+
* version of the SDK.
|
|
97
|
+
*/
|
|
98
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
99
|
+
}
|
|
100
|
+
function getJsonObj(obj: NamedCredential): object;
|
|
101
|
+
function getDeserializedJsonObj(obj: NamedCredential): object;
|
|
102
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.NamedCredential = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var NamedCredential;
|
|
39
|
+
(function (NamedCredential) {
|
|
40
|
+
let LifecycleState;
|
|
41
|
+
(function (LifecycleState) {
|
|
42
|
+
LifecycleState["Creating"] = "CREATING";
|
|
43
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
44
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
45
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
46
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
47
|
+
LifecycleState["Failed"] = "FAILED";
|
|
48
|
+
/**
|
|
49
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
50
|
+
* version of the SDK.
|
|
51
|
+
*/
|
|
52
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
53
|
+
})(LifecycleState = NamedCredential.LifecycleState || (NamedCredential.LifecycleState = {}));
|
|
54
|
+
function getJsonObj(obj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"properties": obj.properties
|
|
57
|
+
? obj.properties.map(item => {
|
|
58
|
+
return model.NamedCredentialProperty.getJsonObj(item);
|
|
59
|
+
})
|
|
60
|
+
: undefined
|
|
61
|
+
});
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
NamedCredential.getJsonObj = getJsonObj;
|
|
65
|
+
function getDeserializedJsonObj(obj) {
|
|
66
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
67
|
+
"properties": obj.properties
|
|
68
|
+
? obj.properties.map(item => {
|
|
69
|
+
return model.NamedCredentialProperty.getDeserializedJsonObj(item);
|
|
70
|
+
})
|
|
71
|
+
: undefined
|
|
72
|
+
});
|
|
73
|
+
return jsonObj;
|
|
74
|
+
}
|
|
75
|
+
NamedCredential.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
76
|
+
})(NamedCredential = exports.NamedCredential || (exports.NamedCredential = {}));
|
|
77
|
+
//# sourceMappingURL=named-credential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"named-credential.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/named-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,eAAe,CA2C/B;AA3CD,WAAiB,eAAe;IAC9B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAsB,yBAarC,CAAA;AACH,CAAC,EA3CgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA2C/B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Supported named credentials for the given management agent.
|
|
18
|
+
*/
|
|
19
|
+
export interface NamedCredentialsMetadatum {
|
|
20
|
+
/**
|
|
21
|
+
* List of supported metadata definitions.
|
|
22
|
+
*/
|
|
23
|
+
"metadata": Array<model.NamedCredentialMetadataDefinition>;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace NamedCredentialsMetadatum {
|
|
26
|
+
function getJsonObj(obj: NamedCredentialsMetadatum): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: NamedCredentialsMetadatum): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.NamedCredentialsMetadatum = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var NamedCredentialsMetadatum;
|
|
39
|
+
(function (NamedCredentialsMetadatum) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"metadata": obj.metadata
|
|
43
|
+
? obj.metadata.map(item => {
|
|
44
|
+
return model.NamedCredentialMetadataDefinition.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
NamedCredentialsMetadatum.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"metadata": obj.metadata
|
|
54
|
+
? obj.metadata.map(item => {
|
|
55
|
+
return model.NamedCredentialMetadataDefinition.getDeserializedJsonObj(item);
|
|
56
|
+
})
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
NamedCredentialsMetadatum.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(NamedCredentialsMetadatum = exports.NamedCredentialsMetadatum || (exports.NamedCredentialsMetadatum = {}));
|
|
63
|
+
//# sourceMappingURL=named-credentials-metadatum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"named-credentials-metadatum.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/named-credentials-metadatum.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -18,11 +18,16 @@ For more information, see [Management Agent](https://docs.oracle.com/iaas/manage
|
|
|
18
18
|
export declare enum OperationTypes {
|
|
19
19
|
DeployPlugin = "DEPLOY_PLUGIN",
|
|
20
20
|
UpgradePlugin = "UPGRADE_PLUGIN",
|
|
21
|
+
CreatePlugin = "CREATE_PLUGIN",
|
|
21
22
|
CreateUpgradePlugins = "CREATE_UPGRADE_PLUGINS",
|
|
22
23
|
AgentimageUpgrade = "AGENTIMAGE_UPGRADE",
|
|
23
24
|
CreateDataSource = "CREATE_DATA_SOURCE",
|
|
24
25
|
UpdateDataSource = "UPDATE_DATA_SOURCE",
|
|
25
26
|
DeleteDataSource = "DELETE_DATA_SOURCE",
|
|
27
|
+
CreateNamedcredentials = "CREATE_NAMEDCREDENTIALS",
|
|
28
|
+
UpdateNamedcredentials = "UPDATE_NAMEDCREDENTIALS",
|
|
29
|
+
DeleteNamedcredentials = "DELETE_NAMEDCREDENTIALS",
|
|
30
|
+
AgentUpgrade = "AGENT_UPGRADE",
|
|
26
31
|
/**
|
|
27
32
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
33
|
* version of the SDK.
|
|
@@ -22,11 +22,16 @@ var OperationTypes;
|
|
|
22
22
|
(function (OperationTypes) {
|
|
23
23
|
OperationTypes["DeployPlugin"] = "DEPLOY_PLUGIN";
|
|
24
24
|
OperationTypes["UpgradePlugin"] = "UPGRADE_PLUGIN";
|
|
25
|
+
OperationTypes["CreatePlugin"] = "CREATE_PLUGIN";
|
|
25
26
|
OperationTypes["CreateUpgradePlugins"] = "CREATE_UPGRADE_PLUGINS";
|
|
26
27
|
OperationTypes["AgentimageUpgrade"] = "AGENTIMAGE_UPGRADE";
|
|
27
28
|
OperationTypes["CreateDataSource"] = "CREATE_DATA_SOURCE";
|
|
28
29
|
OperationTypes["UpdateDataSource"] = "UPDATE_DATA_SOURCE";
|
|
29
30
|
OperationTypes["DeleteDataSource"] = "DELETE_DATA_SOURCE";
|
|
31
|
+
OperationTypes["CreateNamedcredentials"] = "CREATE_NAMEDCREDENTIALS";
|
|
32
|
+
OperationTypes["UpdateNamedcredentials"] = "UPDATE_NAMEDCREDENTIALS";
|
|
33
|
+
OperationTypes["DeleteNamedcredentials"] = "DELETE_NAMEDCREDENTIALS";
|
|
34
|
+
OperationTypes["AgentUpgrade"] = "AGENT_UPGRADE";
|
|
30
35
|
/**
|
|
31
36
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
37
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,cAmBX;AAnBD,WAAY,cAAc;IACxB,gDAA8B,CAAA;IAC9B,kDAAgC,CAAA;IAChC,gDAA8B,CAAA;IAC9B,iEAA+C,CAAA;IAC/C,0DAAwC,CAAA;IACxC,yDAAuC,CAAA;IACvC,yDAAuC,CAAA;IACvC,yDAAuC,CAAA;IACvC,oEAAkD,CAAA;IAClD,oEAAkD,CAAA;IAClD,oEAAkD,CAAA;IAClD,gDAA8B,CAAA;IAE9B;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAnBW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAmBzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -24,6 +24,7 @@ var PlatformTypes;
|
|
|
24
24
|
PlatformTypes["Windows"] = "WINDOWS";
|
|
25
25
|
PlatformTypes["Solaris"] = "SOLARIS";
|
|
26
26
|
PlatformTypes["Macosx"] = "MACOSX";
|
|
27
|
+
PlatformTypes["Aix"] = "AIX";
|
|
27
28
|
/**
|
|
28
29
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
30
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/platform-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/platform-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,4BAAW,CAAA;IAEX;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAZW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAYxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* A representation of a named credential in the Management Agent.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface UpdateNamedCredentialDetails {
|
|
21
|
+
/**
|
|
22
|
+
* Description of the Named Credential.
|
|
23
|
+
*/
|
|
24
|
+
"description"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Properties for the named credential
|
|
27
|
+
*/
|
|
28
|
+
"properties": Array<model.NamedCredentialProperty>;
|
|
29
|
+
/**
|
|
30
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
31
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"freeformTags"?: {
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
39
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"definedTags"?: {
|
|
43
|
+
[key: string]: {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export declare namespace UpdateNamedCredentialDetails {
|
|
49
|
+
function getJsonObj(obj: UpdateNamedCredentialDetails): object;
|
|
50
|
+
function getDeserializedJsonObj(obj: UpdateNamedCredentialDetails): object;
|
|
51
|
+
}
|