ExportCredentialsResponse


class ExportCredentialsResponse


Success response of exporting the credentials to the provider

Summary

Public constructors

Public properties

Map<String, PerTypeExportResult>

the result of exporting credentials, keyed by the CredentialTypes

Public constructors

ExportCredentialsResponse

Added in 1.0.0-beta01
ExportCredentialsResponse(
    exportResults: Map<String, PerTypeExportResult>
)

Public properties

exportResults

Added in 1.0.0-beta01
val exportResults: Map<String, PerTypeExportResult>

the result of exporting credentials, keyed by the CredentialTypes