Package version:

Fabric properties.

interface FabricProperties {
    bcdrState?: string;
    customDetails?: FabricSpecificDetailsUnion;
    encryptionDetails?: EncryptionDetails;
    friendlyName?: string;
    health?: string;
    healthErrorDetails?: HealthError[];
    internalIdentifier?: string;
    rolloverEncryptionDetails?: EncryptionDetails;
}

Properties

bcdrState?: string

BCDR state of the fabric.

Fabric specific settings.

encryptionDetails?: EncryptionDetails

Encryption details for the fabric.

friendlyName?: string

Friendly name of the fabric.

health?: string

Health of fabric.

healthErrorDetails?: HealthError[]

Fabric health error details.

internalIdentifier?: string

Dra Registration Id.

rolloverEncryptionDetails?: EncryptionDetails

Rollover encryption details for the fabric.