/** * The list of credential properties. */ export type ResourceCredentialPropertiesBO = { orgId: string; createdTime?: number; updatedTime?: number; changedBy?: string; createdBy?: string; id?: string; name?: string; value?: string; credentialDetailsId?: string; entityType?: string; key?: string; };