Create A New WLDF Encrypted Property
/management/weblogic/{version}/edit/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/actions/{name}/encryptedProperties
Add a new WLDF encrypted property to this collection.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: string
                        
                        The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
 
Must contain a populated WLDF encrypted property model.
object- 
            encryptedValue(optional): 
            string(password)
            Default Value:
Returns the decrypted value of the property.
When you get the value of this attribute, WebLogic Server does the following:
Retrieves the value of the
ValueEncryptedattribute.Decrypts the value and returns the unencrypted password as a String.
When you set the value of this attribute, WebLogic Server does the following:
Encrypts the value.
Sets the value of the
ValueEncryptedattribute to the encrypted value.
Using this attribute is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.
 - 
            id(optional): 
            integer(int64)
            Read Only:
trueReturn the unique id of this bean instance.
 - 
            name(optional): 
            string
            Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
 
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role.