en-US/about_POSHOrigin_Resolver_PSCredential.help.txt

TOPIC
    about_POSHOrigin_Resolver_PSCredential
    
SHORT DESCRIPTION
    Resolves a credential object using a plain text username and password.
    
LONG DESCRIPTION
    Resolves a credential object using a plain text username and password.
    
    USE ONLY FOR TESTING!
    
    Parameters
    ==========
    
    Name Type Required Description
    -------------------------------------------------------
    Username string True Username for credential
    Password string True Password for credential
        
EXAMPLES
    vm01.ps1
    ========
    
    resource 'POSHOrigin_vSphere:VM' 'VM01' @{
        ensure = 'present'
        description = 'Test VM'
        ###
        # Other options omitted for brevity
        ###
        guestCredentials = Get-POSHOriginSecret 'pscredential' @{
            username = 'administrator'
            password = 'K33p1t53cR3tK33p1t5@fE'
        }
    }

KEYWORDS
    POSHOrigin

SEE ALSO
    about_POSHOrigin
    about_POSHOrigin_Configuration_File
    about_POSHOrigin_Defaults_File
    about_POSHOrigin_Executing_Configurations
    about_POSHOrigin_Loading_Configurations
    about_POSHOrigin_Resolver_PasswordState
    about_POSHOrigin_Resolver_ProtectedData
    about_POSHOrigin_Sharing_Configurations
    about_POSHOrigin_Testing_Configurations
    aboot_POSHOrigin_Using_Credentials
    aboot_POSHOrigin_Using_Resolvers
    https://github.com/devblackops/POSHOrigin/wiki