List Provisioned Identity Keystore
post
                    /management/weblogic/{version}/domainRuntime/domainKeystoresRuntime/listProvisionedIdentityKeystore
List the provisioned identity certificates for the domain.
Request
Path Parameters
                - 
                    version(required): string
                    
                    The version of the WebLogic REST interface.
Header Parameters
                - 
                        X-Requested-By(required): 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'.
Security
                - 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.
- 
                        Operator: basic
                        
                        Type:basicDescription:A user in the Operator security role.
Response
Supported Media Types
                - application/json
200 Response
Returns the following fields:
Root Schema : Return
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        Return- 
            return: 
            array  Items
            
            Title:ItemsReturns the action's result. 
Nested Schema : X509 Certificate Info V
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            alias: 
            string
            Read Only:trueGet the alias for this certificate. 
- 
            entryType: 
            string
            Read Only:trueGet the entry type for this certificate: either TRUST_CERTIFICATEorIDENTITY_CERTIFICATE
- 
            issuer: 
            string
            Read Only:trueGet the Issuer field from the certificate. 
- 
            notAfter: 
            integer(int64)
            Read Only:trueGet the Not After field from the certificate (i.e., when the validity period ends). 
- 
            notBefore: 
            integer(int64)
            Read Only:trueGet the Not Before field from the certificate (i.e., when the validity period starts). 
- 
            serialNumber: 
            string
            Read Only:trueGet the Serial Number field from the certificate. 
- 
            subject: 
            string
            Read Only:trueGet the Subject field from the certificate.