Fabric Properties Response
data class FabricPropertiesResponse(val bcdrState: String? = null, val customDetails: Any? = null, val encryptionDetails: EncryptionDetailsResponse? = null, val friendlyName: String? = null, val health: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val internalIdentifier: String? = null, val rolloverEncryptionDetails: EncryptionDetailsResponse? = null)
Fabric properties.
Constructors
Link copied to clipboard
constructor(bcdrState: String? = null, customDetails: Any? = null, encryptionDetails: EncryptionDetailsResponse? = null, friendlyName: String? = null, health: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, internalIdentifier: String? = null, rolloverEncryptionDetails: EncryptionDetailsResponse? = null)
Properties
Link copied to clipboard
Fabric specific settings.
Link copied to clipboard
Encryption details for the fabric.
Link copied to clipboard
Friendly name of the fabric.
Link copied to clipboard
Fabric health error details.
Link copied to clipboard
Dra Registration Id.
Link copied to clipboard
Rollover encryption details for the fabric.