Package version:

model interface PasswordCredential

interface PasswordCredential {
    endDateTime?: any;
    keyId?: string;
    secretText?: string;
    startDateTime?: any;
}

Properties

endDateTime?: any
keyId?: string
secretText?: string
startDateTime?: any