ルート・スキーマ: Certificate Issuer Plugin
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"certificateRequestProperties":{
"type":"object",
"description":"<p>Returns the properties to be passed to the issuer when the Certificate Service requests a certificate.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
},
"credentialSet":{
"x-weblogic-restartRequired":true,
"title":"Credential Set Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the credential set reference. <p>Returns the credential set for this plugin configuration.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"deployment":{
"x-weblogic-restartRequired":true,
"title":"Plugin Deployment Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the plugin deployment reference. <p>Returns the plugin deployment for this plugin configuration.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"enabled":{
"default":false,
"type":"boolean",
"description":"<p>Whether this plugin configuration is enabled or not.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"properties":{
"type":"object",
"description":"<p>Returns the properties. Since we cannot know in advance the configuration properties that a plugin provider might need, we make them available as <code>Properties</code></p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}
ネストされたスキーマ: Properties
タイプ: object
タイトル: Properties
使用可能なその他のプロパティ
ソースを表示
{
"type":"object",
"description":"<p>Returns the properties to be passed to the issuer when the Certificate Service requests a certificate.</p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
証明書サービスから証明書がリクエストされたときに、発行者に渡されるプロパティを返します。
ネストされたスキーマ: Credential Set Reference
タイプ: array
タイトル: Credential Set Reference
資格証明セット参照を含みます。
このプラグイン構成の資格証明セットを返します。
制約
ソースを表示
{
"x-weblogic-restartRequired":true,
"title":"Credential Set Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the credential set reference. <p>Returns the credential set for this plugin configuration.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: Plugin Deployment Reference
タイプ: array
タイトル: Plugin Deployment Reference
プラグイン・デプロイメント参照を含みます。
このプラグイン構成のプラグイン・デプロイメントを返します。
制約
ソースを表示
{
"x-weblogic-restartRequired":true,
"title":"Plugin Deployment Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the plugin deployment reference. <p>Returns the plugin deployment for this plugin configuration.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: Properties
タイプ: object
タイトル: Properties
使用可能なその他のプロパティ
ソースを表示
{
"type":"object",
"description":"<p>Returns the properties. Since we cannot know in advance the configuration properties that a plugin provider might need, we make them available as <code>Properties</code></p>",
"additionalProperties":{
"type":"string"
},
"title":"Properties"
}
プロパティを返します。プラグイン・プロバイダが必要とする構成プロパティを事前に把握することはできないため、Propertiesとして使用可能にします