| Class | Description |
|---|---|
| AccountDetails |
Contains details of the appropriate account.
|
| AccountModel |
Instance of this class is used for creating and editing account
|
| AccountOfResource |
Contains the information about an account under a resource.
|
| AssociatedUser |
This is the return value of fetchAssociatedUsers function in
SSHKey class. |
| AuditDetails |
Contains the audit details.
|
| AuditModel |
An instance of this class with necessary fields set is passed as an argument to getdetails function in
Audit class. |
| CertificateExpiryInfo |
Contains expiration information of the certificate.
|
| CertificateInfo |
Contains the appropriate fetched certificate information.
|
| CertificateModel |
An instance of this class, with all fields set should be passed to function createCertificate and createCSR
|
| CreateResourceDetails |
Contains details of resource id when new resource created.
|
| DynamicGroupCriteria |
An instance of this class must be passed to createDynamicGroup function in
Resource class. |
| PasswordRequestDetails |
Contains details of all password requests for an user.
|
| RequestedEntity |
Contains details of the individual password request by an user.
|
| ResourceAccountID |
Contains account and resource id information.
|
| ResourceDetails |
Contains details of a resources shared to the user.
|
| ResourceGroupModel |
An instance of this class with necessary fields set is passed as an argument to createresourcegroup function in
ResourceGroup class. |
| ResourceModel |
Contains information about resource
|
| SSHKeyDetails |
Contains details of sshkeys.
|
| SSHKeyModel |
Used for creating an sshkey using create function in
SSHKey class. |
| UserDetails | |
| UserModel |
An instance of this class with necessary fields set is passed as an argument to createUser function in
User class. |