CredentialListResult Class

The response model for the list credential operation.

Inheritance
CredentialListResult

Constructor

CredentialListResult(*, value: Optional[List[azure.mgmt.automation.models._models_py3.Credential]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Credential]
Required

Gets or sets a list of credentials.

next_link
str
Required

Gets or sets the next link.